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
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
More like this
- Make a new Drupal site project in the Agaric system
- Updating your Rakefile and syncing content
- Creating a new site from an old site
- Create rewrite rules from new and old URLs using the power of Vim to munge text
- Agaric internal: internal funding during paid projects; own currency; and strategy notes


Comments
Post new comment