Skip to content
beechnut edited this page May 14, 2013 · 8 revisions

Welcome to the urbanite wiki!

Workflow:

  1. Fork repository
  2. Make changes to your repository.
  3. Submit pull request against dev_urbanite to be reviewed.

Pull Requests:

Starting the local environment:

  • In your terminal, run foreman start.
    • At present, this starts the Rails server (WEBrick) and MongoDB server simultaneously, using the Foreman gem.
    • Processes are defined in the Procfile as display name: command. For example, my_server: rails s will show my_server:, followed by output from the Rails server.

Data Organization: