- Drupal 7
- Drush 7
- Clone this repository
git clone [email protected]:ferranriera/pauer-d7.git pauer/
- You have to prepare the virtualhost to point to pauer/docroot
- Copy
/scripts/assets/info.sh.example
to/scripts/assets/info.sh
to configure your own configuration - Configure
info.sh
- Go to scripts folder and run
./install.sh
- The distro is now installed with user: admin and password:admin
- Example to configure drush aliases: https://gist.github.com/ferranriera/e2dc7193824268dc9738
./install.sh sync=1
Do the install and then ./pauer_sync.sh
./update.sh modules=1 fr=1
git master and git pull form repository
if modules = 1 will reinstall the modules specified in drush make
if fr =1 will execute a drush fr-all -y
./commit.sh fu=1
Implement a fast commit
git add -all
git commit
git push
And then connect to integration/content environment and execute the script ./update.sh
if fu=1 will execute a drush fu-all -y
./sync.sh
Sync content and files between content environment to dev environment