-
Notifications
You must be signed in to change notification settings - Fork 372
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from DennyLoko/patch-1
Update README.md, thanks @DennyLoko
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
1. Rename `.env.example` to `.env` and set your database credentials. | ||
2. Run the database migrations: `./do database_migrate up` | ||
3. Install Go dependencies: `./do install_dependencies` | ||
2. Install Go dependencies: `./do install_dependencies` | ||
3. Run the database migrations: `./do database_migrate up` | ||
3. Compile into binary: `./do bin` | ||
4. Create your user account: `./ana -create_user -email="[email protected]" -password="...."` | ||
5. Run default Gulp task to build static assets: `gulp` | ||
|