-
danielgrippi authored
Added Foreman gem. Run Diaspora using `foreman start` (will start everything except mySQL. Passing in a -p flag will let you specifiy the port. Also: I took single_process_mode out of app config and made it an environment variable. If you want to boot a lightweight server, run `SINGLE_PROCESS=true rails s`.
danielgrippi authoredAdded Foreman gem. Run Diaspora using `foreman start` (will start everything except mySQL. Passing in a -p flag will let you specifiy the port. Also: I took single_process_mode out of app config and made it an environment variable. If you want to boot a lightweight server, run `SINGLE_PROCESS=true rails s`.
This project manages its dependencies using Bundler.
Learn more