chore: fix install instructions in readme, .gitignore venv / secret.txt (#68)
This commit is contained in:
parent
b6919d17be
commit
4f4bdc7b6b
3
.gitignore
vendored
3
.gitignore
vendored
@ -7,9 +7,10 @@ Session.vim
|
|||||||
/.coverage
|
/.coverage
|
||||||
/tmp
|
/tmp
|
||||||
/media
|
/media
|
||||||
|
/.idea
|
||||||
|
|
||||||
__pycache__
|
__pycache__
|
||||||
.*.swp
|
.*.swp
|
||||||
|
|
||||||
|
|
||||||
/etebase_server_settings.py
|
/etebase_server_settings.py
|
||||||
|
/secret.txt
|
||||||
|
@ -23,11 +23,10 @@ Then just clone the git repo and set up this app:
|
|||||||
git clone https://github.com/etesync/server.git etebase
|
git clone https://github.com/etesync/server.git etebase
|
||||||
|
|
||||||
cd etebase
|
cd etebase
|
||||||
git checkout etebase
|
|
||||||
|
|
||||||
# Set up the environment and deps
|
# Set up the environment and deps
|
||||||
virtualenv -p python3 venv # If doesn't work, try: virtualenv3 venv
|
virtualenv -p python3 .venv # If doesn't work, try: virtualenv3 .venv
|
||||||
source venv/bin/activate
|
source .venv/bin/activate
|
||||||
|
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user