Skip to content

Commit

Permalink
Correct directory names in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmack committed Feb 19, 2020
1 parent 490b438 commit d6e0721
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,21 +141,20 @@ npm build
### Web:
Copy the following files and folders to the remote server.
```
src/*.py
src/templates/*
www2png/*.py
www2png/templates/*
static/*
requirements.txt
uwsgi.ini
```
Create the following empty folders.
```
data
venv
```
Create symbolic links.
```
ln -s ../data src/data
ln -s ../static src/static
ln -s ./data www2png/data
ln -s ./static www2png/static
```
Create a venv and install the requirements.
```
Expand Down

0 comments on commit d6e0721

Please sign in to comment.