git clone git://github.com/renemeye/finvorkurs.git
cd finvorkurs
bundle
- Install redis Server
- On MacOS:
foo$ brew install redis
- On MacOS:
- start redis
foo$ redis-server
- Initialise Database
- Create DB:
$ rake db:create
- Migrate to current layout:
$ rake db:migrate
- Create initialial admin-user
$ rake admin:create
- Follow Instructions
- Create DB:
- Start Server:
rails s
- Website now running on: http://localhost:3000
git clone git://github.com/renemeye/finvorkurs.git
cd finvorkurs
bundle
- Install redis Server
- On MacOS:
foo$ brew install redis
- On MacOS:
- Install forman
- Initialise Database
- Create DB:
$ rake db:create
- Migrate to current layout:
$ rake db:migrate
- Create initialial admin-user
$ rake admin:create
- Follow Instructions
- Create DB:
foreman start -f Procfile.development
- Website now running on: http://localhost:3000
- Visit-Counter now running on: http://localhost:4242
- Have a look at this blog
zeus start
- In new Terminal:
bundle exec guard
- If all is Downloaded, Setup and Cofigured:
- Start production (might be in a screen or in an init.d file)
foreman start -f Procfile -e .env
Config entries are compiled from:
config/settings.yml
config/settings/#{environment}.yml
config/environments/#{environment}.yml
config/settings.local.yml
config/settings/#{environment}.local.yml
config/environments/#{environment}.local.yml
Settings defined in files that are lower in the list override settings higher. It is highly recommended to copy one of the existing *.yml files and store your settings in the equivalent *.local.yml
Since Version 1.0.0, we are developing with this branchning model:
Have a look to GitHub Issues if you want more information.