This is the 178 working version of the developer documentation portal, a heroku based application for delivering content to salesforce, force.com, and database.com developers.
Username: devdoc
Password: test1234
- Ruby 1.9.2
To install the required gems, use
bundle install
- CouchDB
- Solr
- memcached
- Update
globals.rb
to match your environment. - Run
rake update_local_db
- Run
rake start_local_with_foreman
- Open your web browser to view the site.
To update heroku, run rake update_remote_db
There are other options in the Rakefile, including an option to run
locally against the remote database and search index. Run rake -T
to see all the commands.
These are the things that need to be done for 178.
Things to do after 178
Create a json file to upload to couch as part of the build that has all the metadata for the deliverable
This is likely easiest to do by setting up a view on the DB using couchrest