more questions...sorry. I hope i dont get voted off the island for this.
i want to add some profiles. (oh no, they are now called distributions, as if i needed more confusion!).... Anyway, I have been reading these pages:
http://drupal.org/project/drush_make
http://drush.ws/docs/make.txt
http://community.aegirproject.org/discuss/crazy-aegir-ideas-1-aegir-site...
http://drupal.org/node/1089736#distributions-vs-installation-profiles
i am trying to make the right syntax to install this distribution...oh no you call it platform
http://drupal.org/project/onepagecv
i first tried to do it online, and of course failed. but it showed me the path to put platform in
/data/disk/auset/static/
so am i supposed to go to this address above and maje a file
nano martplug-build.make
and then in the file:
++++++++++++++++++++++++
core = 7.x
api = 2
projects[drupal][type] = core
projects[drupal][version] = "7.1"
projects[onepagecv][type] = Distribution
projects[onepagecv][download][type] = git
projects[onepagecv][download][url] = http://ftp.drupal.org/files/projects/onepagecv-7.x-1.x-dev.tar.gz
projects[onepagecv][download][branch] = 7.x-1.x
+++++++++++++
save file then
drush make --prepare-install onepagecv-build.make onepagecv
and then like, go online and verify it?
Comments
You don't have to do drush
You don't have to do drush make --prepare-install onepagecv-build.make onepagecv your self, you specify the full path of the make file while creating a new platform inside aegir together. Aegir will do the drush make for you
thanks for responding. i have
thanks for responding. i have now spent a full day with your explanation.
the platform is already made . onepagecv how do i know what the right path is?
okay i am at the green square: what do i type in?