Skip to content

Commit

Permalink
updated READme with youtube link for handoff
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrina authored Dec 4, 2017
1 parent 9e79459 commit 9b5f88d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,39 @@
# Video Links

Client Entry Video - https://youtu.be/oNJuf9Z29W0
Screencast Video - https://youtu.be/EVNBPCu02wQ

Intro Screencast Video - https://youtu.be/EVNBPCu02wQ

Final Screencast Video - https://youtu.be/DiDK1wS4gyU

# User Guide
See the [Wiki](https://github.com/saasbook/coursequestionbank/wiki).

## Running or Testing Locally

You need to run a Solr process during local development (or Cloud9 for those who used it). So after cloning the repository, run:

`git fetch --all`

`git checkout fall2017_features`

`bundle install --without production`

Now, on two new terminals, run `redis-server` and `bundle exec sidekiq -q high` respectively.
Returning to the first terminal, run:

`rake all`

`rake features`

`rake spec`

`rake run`

to start the application. To see your application running on Cloud 9, run:

`rails s -b $IP -p $PORT`

To stop the application, run `bundle exec sunspot-solr stop` (basically the steps in `.travis.yml`). And the config in `sunspot.yml` should enable the app to connect properly.

When running locally, you can click the "Dev Login" button and login as either `saas` (Instructor privilege) or `saas-admin` (Admin privilege) with no password needed.
Expand Down

0 comments on commit 9b5f88d

Please sign in to comment.