Build the drupal profile https://github.com/SmartGov/SmartGovApp
Clone this repository, and then build the distribution:
drush make build-smartgovapp.make /PATH/TO/WEBROOT
go on install.php and build the website
Clone this repository, and then build the distribution in dev mode (keep the .git repository in the profile)
drush make --no-gitinfofile --working-copy build-smartgovapp.make /PATH/TO/WEBROOT
go on install.php and build the website
Generate fake content for test:
drush ev "ogos_fake_content_import();" # generate fake content based on profiles/smartgovapp/modules/ogos/ogos_fake_content/ogos_fake_content.yml
For more info see https://drupal.org/node/1476014