This is a Rails app that will host our existing curriculum.
For new tutorials, create a new file following this format: new_tutorial.html.markdown under the app/curriculum folder. Once created, a route will be created based on the filename, such as http://tutorials.jumpstartlab.com/new_tutorial.
Once you have solr installed, you can start it with rake sunspot:solr:start. Make sure solr is running before indexing.
There is a rake task for indexing the tutorial pages:
rake pages:generatefor generate, index and store pages in the database.rake index:dropfor deleting the pages in the database.rake index:setupfor deleting the pages and regenerating them.
- Improve test coverage.