Updated quick install instructions

This commit is contained in:
Casvt
2023-01-20 00:06:57 +01:00
committed by GitHub
parent 2bf2a8e7db
commit 969de86ead

View File

@@ -21,12 +21,14 @@ Noted is a simple self hosted application for creating reminders that get pushed
You can see our planned features in our [Project board](https://github.com/users/Casvt/projects/3).
## Installation
Replace the timezone value (`TZ=`) to the [TZ database name](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) of your timezone!
```bash
docker volume create noted-db
docker run -d \
--name noted \
-v noted-db:/app \
-e TZ=Europe/Amsterdam \
-p 8080:8080 \
mrcas/noted:latest
```
sudo apt-get install git python3-pip
sudo git clone https://github.com/Casvt/Noted.git /opt/Noted
cd /opt/Noted
python3 -m pip install -r requirements.txt
python3 Noted.py
```
You can see the [wiki](https://github.com/Casvt/Noted/wiki) for instructions on how to install using other OS.
You can see the [wiki](https://github.com/Casvt/Noted/wiki) for instructions on how to install Noted on other OS'es.