From Non Default Profile

Identicon Image
Dennis Iversen
08-Jan-2012 11:38:40
0 Comments

This install method makes it possible to install from a profile which itself is a git repo. You will first start by cloning the CosCMS by doing a:

git clone git@github.com:diversen/coscms.git yoursite

This will place the source code in yoursite dir. Next you want to cd into the profiles dir.

cd yoursite/profiles

And then you can clone your profile (this is a profile for creating static github pages from a CosCMS install):

git clone git@github.com:diversen/github-static-profile.git

Cd back to your base dir of install:

cd ..

Enable an apache2 host with the following command:

./coscli.sh apache2 --enable yoursite

Then you have a base system and a profile, an enabled website, and you can now build your site by the following command:

./coscli.sh prompt-install --install

Then your are back with the normal procedure. If your profile is a correct build you will now build a site based on the github-static-profile.


Comments