Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Firstly make sure Git is installed, then:

### Setting up the database

1. Create database
1. Create database (only once)

Within conda environment:

Expand Down Expand Up @@ -107,9 +107,17 @@ Firstly make sure Git is installed, then:

### Launch the project

```
$ python app.py
```
1. Start the server modus/instance of postgres (if not already running)

```
$ pg_ctl -D dnanalyzer -l logfile start
```

2. Launch the project

```
$ python app.py
```

## Part2: Instructions for deploying the project on a complete new Linux server

Expand Down