Skip to content

fullware/socialactions

This branch is 20 commits behind socialactions/socialactions:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e554c06 · Mar 6, 2011
Mar 6, 2011
Feb 1, 2011
Feb 1, 2011
Dec 17, 2010
Feb 1, 2011
Mar 12, 2008
Dec 17, 2010
Feb 1, 2011
Dec 17, 2010
Mar 24, 2010
Mar 9, 2008
Dec 17, 2010
Dec 17, 2010
Sep 17, 2008
Feb 7, 2011
Feb 7, 2011
Feb 1, 2011
Dec 17, 2010

Repository files navigation

SocialActions API


Deployment notes:

There is currently no automated deployment, i.e. capistrano. In order to deploy
a new release, use the following steps:

# Install the new source in a datecoded directory
  $ mkdir YYMMDD (replace with datecode)
  $ cd YYMMDD
  # Extract tar and/or checkout from git

# Copy config files into new release
  $ cp ../current/config/database.yml config
  $ cp ../current/config/application.yml config

# Take down previous version (note this is not a very friendly site take-down,
  would be a good idea to use a "under maintenance redirect")
  $ cd ../current
  $ RAILS_ENV=produciton rake sunspot:solr:stop
  $ cd ..
  $ rm -f current

# Bring up new version
  $ cd YYMMDD
  $ RAILS_ENV=produciton rake sunspot:solr:start
  $ cd ..
  $ ln -s YYMMDD current
  $ sudo apachectl graceful

Releases

No releases published

Packages

No packages published