mirror of
https://github.com/Casvt/MIND.git
synced 2026-04-03 03:00:22 -04:00
Updated quick install instructions
This commit is contained in:
18
README.md
18
README.md
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user