Home ›
Updating old Agaric projects to new Rake systemUpdating old Agaric projects to new Rake system
Submitted by Benjamin Melançon on April 22, 2010 - 4:21am
Superseded, see setting up new Ubuntu computer Agaric style.
This is Agaric internal documentation, related to Deploying the Agaric Way. Make sure that you have a checkout of the siteproj 'base' project. If not, git clone it into your file system.
These instructions should be good for all legacy projects:
cd ~/code/example rm -rf Capfile
cp -pr ../siteproj/Rakefile .
cp -pr ../siteproj/config .
If your project does not have Drupal (or your other web root) at directory 'web', you'll need to
ssh agaric-test
ln -s /var/local/drupal/jonas2009/drupal /var/local/drupal/jonas2009/web
Comments
Post new comment