* 'master' of https://github.com/dannyvankooten/ana:
  Update README.md
This commit is contained in:
Danny van Kooten 2016-12-23 17:57:26 +02:00
commit 04521dfc60

View File

@ -14,8 +14,8 @@ This is nowhere near being usable, let alone stable. Please treat as a proof of
For getting a development version of Ana up & running, please go through the following steps. For getting a development version of Ana up & running, please go through the following steps.
1. Rename `.env.example` to `.env` and set your database credentials. 1. Rename `.env.example` to `.env` and set your database credentials.
2. Run the database migrations: `./do database_migrate up` 2. Install Go dependencies: `./do install_dependencies`
3. Install Go dependencies: `./do install_dependencies` 3. Run the database migrations: `./do database_migrate up`
3. Compile into binary: `./do bin` 3. Compile into binary: `./do bin`
4. Create your user account: `./ana -create_user -email="johndoe@email.com" -password="...."` 4. Create your user account: `./ana -create_user -email="johndoe@email.com" -password="...."`
5. Run default Gulp task to build static assets: `gulp` 5. Run default Gulp task to build static assets: `gulp`