Skip to content

Commit

Permalink
Merge pull request #190 from iOiurson/alpha
Browse files Browse the repository at this point in the history
Adjustments on docker-free alpha version
  • Loading branch information
vallettea committed Jan 20, 2016
2 parents 45e93a6 + b854165 commit 52c3d20
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 29 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ Create a `PRIVATE.json` following the [example](PRIVATE.example.json)

### Initialize the database

You should init your db with:
In the psql console (just type `psql` to access it), you can init your db with:

```
alter user postgres password 'toto';
CREATE DATABASE element;
CREATE DATABASE element OWNER postgres;
```

and
In your regular console:

```
tools/init-database.js
node tools/init-database.js
```

you can always use `psql` separately to load and dump data:
Expand All @@ -42,7 +42,7 @@ psql -p5432 -U postgres -d element < Desktop/latest.sql
#### Daily routine in dev

```
npm run start-dev
npm run dev
```


Expand Down
14 changes: 0 additions & 14 deletions dockerfiles/node

This file was deleted.

10 changes: 0 additions & 10 deletions dockerfiles/postgis

This file was deleted.

0 comments on commit 52c3d20

Please sign in to comment.