-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
16 lines (14 loc) · 680 Bytes
/
README
File metadata and controls
16 lines (14 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DRUPAL WEB APP DEVELOPMENT STARTER KIT
======================================
To use this example starter kit to build a drupal web app using drush make:
1. rename newsite.make and newsite.profile to match the application name.
2. remove .git folder and create new repo and public repo and push code there
e.g.
rm -rf .git
git init
git add remote origin git@myrepo.com/app.git
git push origin master
3. add git repo to build.make and rename newsite to actual app name
4. edit app.make and app.profile files basic info, commit and push
5. edit bootstrap.sh to set site instance location (WEBROOT), proxy, etc.
6. run bootstrap.sh and start developing!