[distro name] = replace with project name, e.g. openatrium would give you http://git.drupal.org/project/openatrium.git
[platform name] = replace with desired platform name based on [distro name] should not have any empty spaces
[Omega8 UID] = replace with user ID provided by Omega8.css (you will find this in the first part of your Ægir url o123456789.vXX.location.hostX.biz)
ssh [Omega8 UID].ftp@[Omega8 UID].hostname
cd ~
mkdir tmp
if doesn't already existcd tmp
git clone --branch 7.x-1.x http://git.drupal.org/project/[distro name].git
- to check you have the right details go to https://drupal.org/project/[distro name]/git-instructions
- replace 7.x-1.x by whatever version you want to use
cd [distro name]
drush make build-[distro name].make ~/static/[platform name]
chmod 775 ~/static/[platform name]
chmod 775 ~/static/[platform name]/sites
- open folder containing Drupal site
[platform name]
you wish to import - move any themes/modules in sites/default to sites/all
- delete the sites/default folder
- connect to sftp://[email protected]/ (Open Cyberduck and select Omega8.cc)
- open the
static
folder - paste
[platform name]
intostatic
folder chmod 775 ~/static/[platform name]
chmod 775 ~/static/[platform name]/sites
- go to /node/add/platform
- in Platform Name: field enter [platform name]
- check that Path: /data/disk/[Omega8 UID]/static/[platform name] points to what you defined in item 7 above.
- Otherwise select Edit and amend as necessary
- Do not put anything in Platform Makefile: field
- Choose which users (other than yourself) you want to be able to create sites using the platform you've just created, under Platform access controls:
https://omega8.cc/how-to-add-custom-platform-properly-140