Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sample data for initialization #152

Merged
merged 2 commits into from
Jul 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ This repository represents the **Seattle fork** of the original project. For mor

To run the project locally:
1. [Install `just`](https://github.com/casey/just)
1. Copy the sample data to the data folder mounted by the project `cp database/sample_init_data.csv data/init_data.csv`.
1. Run `just fresh-start` to spin up the database and insert the initial data. **This will prompt you for information to create a local super-admin user.**
1. Run `just up` and visit http://localhost:3000!
2. Run `just fresh-start` to spin up the database and insert the initial data. **This will prompt you for information to create a local super-admin user.** Enter this information for the following fields:
1. `Username`: `admin`
2. `Email`: `[email protected]`
3. `Password`: `admin`
4. `Commit changes?`: `y`
3. Run `just up` and visit http://localhost:3000!


## Deployment
Expand Down
Loading