This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Home
App deploy
sudo mkdir /usr/local/cft/deploy
Also - chown the app dirs. (sudo chown USERNAME *)
git clone git://github.com/robertbrook/findyourmp.git
git submodule init
git submodule update
cd /usr/local/cft/deploy/findyourmp/vendor/plugins/resource_controller/tasks
sudo mv gem.rake gem.bak
check with rake -T
You’ll need database.yml
And remember RAILS_ENV=production
And go to the README
CFT ports
2999 – admin UI
9000 – RAILS default
To run cucumber:
git submodule init git submodule update sudo gem install nokogiri rake featuresTo update Rails version:
cd vendor/rails
git fetch origin
git checkout origin/2-2-stable







