This makes it possible to easily deploy an apps server
To build a complete site, run:
drush make openapps.build ~/workspace/openapps
Then setup the following:
cp sites/default/default.settings.php sites/default/settings.php
chmod 777 sites/default/settings.php
mkdir sites/default/files
chmod 777 sites/default/files
Navigate to the root directory in a webbrowser.
If you want to update just the install profile instead of rebuilding the entire site, you can run this:
drush make --no-core --contrib-destination=. openapps.make
If you want to force a rebuild of everything, you can run this:
drush si openapps