robertbrook / findyourmp
- Source
- Commits
- Network (0)
- Wiki (8)
- Graphs
-
Branch:
master
lizconlan (author)
Mon Feb 01 04:37:14 -0800 2010
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Jun 24 02:20:50 -0700 2009 | |
| |
.gitmodules | Mon Jun 15 06:32:06 -0700 2009 | |
| |
Capfile | Tue Apr 14 14:33:33 -0700 2009 | |
| |
README | Thu Jun 25 07:42:50 -0700 2009 | |
| |
Rakefile | Tue Aug 12 08:25:42 -0700 2008 | |
| |
app/ | Wed Dec 23 04:17:43 -0800 2009 | |
| |
config.ru | Tue Mar 24 09:54:03 -0700 2009 | |
| |
config/ | Mon Oct 26 04:28:38 -0700 2009 | |
| |
cucumber.yml.example | Fri Nov 28 09:16:06 -0800 2008 | |
| |
db/ | Fri Aug 21 03:49:01 -0700 2009 | |
| |
features/ | Mon Oct 26 07:38:48 -0700 2009 | |
| |
lib/ | Mon Feb 01 04:37:14 -0800 2010 | |
| |
public/ | Thu Nov 26 03:24:22 -0800 2009 | |
| |
script/ | Fri Mar 20 04:24:08 -0700 2009 | |
| |
spec/ | Mon Oct 26 07:15:08 -0700 2009 | |
| |
stories/ | Tue Aug 12 08:26:22 -0700 2008 | |
| |
vendor/ | Mon Aug 03 11:59:00 -0700 2009 |
README
sudo mysqladmin create findyourmp_test sudo mysqladmin create findyourmp_development sudo mysqladmin create findyourmp_production git pull git submodule init git submodule update mv config/database.yml.example config/database.yml sudo gem install unicode rake db:migrate:reset # the steps below requires data which is not in git repository # files need to end up in the /data directory rake fymp:constituencies rake fymp:members rake fymp:parse rake fymp:populate rake fymp:load_postcode_districts rake friendly_id:make_slugs MODEL=Constituency # To get the emergency server shutdown to work, you need to run the following... # # sudo visudo # # ...and add in the next 2 lines, substituting [SITE_CONTEXT_USER] with the actual user or group the site runs as # # Cmnd_Alias APACHE = /etc/init.d/apache2 start, /etc/init.d/apache2 stop, /etc/init.d/apache2 restart, /etc/init.d/apache2 reload # [SITE_CONTEXT_USER] ALL=NOPASSWD: APACHE
