|
|
@ -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
|
|
|
|
```
|
|
|
|
```
|
|
|
|