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

Update Readme file #415

Merged
merged 1 commit into from
Apr 9, 2024
Merged
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ SQLite 3
1. Make sure you are on the qa branch: `git checkout qa`
1. Install bundler (if needed): `gem install bundler`
1. Run bundler: `bundle install`
1. Run the database migrations: `bundle exec rake db:migrate`
1. To include the colleges at UC, seed the database: `bundle exec rake db:seed`
1. Start the rails server: `rails server`
1. Run the database migrations: `bundle exec rails db:migrate`
1. To include the colleges at UC, seed the database: `bundle exec rails db:seed`
1. Start the rails server: `bundle exec rails server`
1. Visit the site at [http://localhost:3000] (http://localhost:3000)

## Running the tests
1. Run the database migrations: ```bundle exec rake db:migrate``` (Optional)
1. Run the database migrations if you haven't already: ```bundle exec rails db:migrate```
1. Run the test suite: ```bundle exec rspec```

## Note on Dependency Management
Expand Down