-
Notifications
You must be signed in to change notification settings - Fork 21
Usage Adding a new Drupal site
rgeleta edited this page Dec 24, 2014
·
1 revision
On your host computer, ssh
into the stack.
$ cd ~/kalastack
$ vagrant ssh
then inside your webserver, use drush to install an empty site.
In this example, the new site will be named playbox
,
replace this with the name of your own site.
$ cd /var/www
$ drush newsite playbox --profile=drupal7
# now exiting box
$ exit
Then on your host machine you will want to add the following hosts entry to /etc/hosts
$ sudo echo "playbox.kala 1.3.3.7" >> /etc/hosts
- Home
- Installation
- Configuration
- Using Kalastack (Basics)
- Using Kalastack (More)
- Miscellaneous