Skip to content

Commit

Permalink
fixed instructions failing to mention to start the app
Browse files Browse the repository at this point in the history
  • Loading branch information
mpacer committed Aug 10, 2016
1 parent ecd14ca commit 1785ae8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/Developing-Wallace-(setup-guide).md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,22 @@ On Ubuntu, follow the instructions under the heading "Installation" [here](https

## Create the Database

After installing Postgres, you will need to create a database for your experiments to use. Run the following command from the comand line:
After installing Postgres, you will need to create a database for your experiments to use. First, open the Postgres.app in any way you like (e.g., <kbd>⌘</kbd>+<kbd>␣</kbd> (command and space) and type `Postgres`). Then, run the following command from the comand line:

```
psql -c 'create database wallace;' -U postgres
```

If you get an error like:

```
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
```

Then, you probably forgot to start the app.

## Set up a virtual environment

Set up a virtual environment by running the following commands:
Expand Down

0 comments on commit 1785ae8

Please sign in to comment.