Skip to content

ebauger/SmartGovApp_distribution

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Build the drupal profile https://github.com/SmartGov/SmartGovApp

Build the distribution

for production

Clone this repository, and then build the distribution:

drush make build-smartgovapp.make /PATH/TO/WEBROOT

go on install.php and build the website

for dev

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

About

drush .make files to build smartGovApp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published