Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cboecking authored Sep 25, 2016
1 parent 37f709d commit aa0d93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The purpose of this repository is to seed a new goa and gorma design folder.
### Steps to make your project work

1. Follow the directions from ./new_goa.sh to test the seeded project
2. Install a postgresql instance with the appropriate credentials. [Here is a docker command if you docker installed.](https://github.com/goadesign/gorma-cellar/blob/master/docker.sh)
2. Install a postgresql instance with the appropriate credentials. [Here is a docker command if you have docker installed.](https://github.com/goadesign/gorma-cellar/blob/master/docker.sh)
3. Update main.go with your database information: see the [Sample Goa Project](https://github.com/cboecking/gorma-sample)
4. Update your controller (ex: account.go) to update the database based on the routing actions: see the [Sample Goa Project](https://github.com/cboecking/gorma-sample)

Expand Down

0 comments on commit aa0d93f

Please sign in to comment.