-
Notifications
You must be signed in to change notification settings - Fork 21
Installation
Kalastack works on both 64 and 32 bit architectures and requires at least 2GB of ram.
Notes: At this time, Kalastack is actively tested on Mac OSX 10.9 and with Vagrant 1.6.3 and VirtualBox 4.3.12. It has also been used on Ubuntu 12.04 both natively and using VirtualBox and Vagrant. You may have to play around with the VT Intel settings on your machine to get it to work. That all said it is not a recommended or supported environment at this time.
More Notes: On Ubuntu 12.04 with a Kernel of 3.9.0-x or greater,
you may have issues with the 4.2.18 VBnot working properly.
This is resolved by using the a version of 4.3.x.
Kalastack 3 requires at least Vagrant 1.3.5 and VirtualBox 4.2.18 to be run correctly. Before you begin please download both.
If you are upgrading to Vagrant 1.5 you may need to go through the Vagrant update process.
Once you have downloaded and installed both Vagrant and VirtualBox, you can build out the complete stack:
$ mkdir ~/kalastack
$ cd ~/kalastack
$ git clone git://github.com/kalamuna/kalastack.git ./
(or download and expand the latest 3.x tarball from https://github.com/kalamuna/kalastack/tags)
$ vagrant plugin install vagrant-hostsupdater
$ vagrant up
Theoretically this should work but it hasn't been tested but here are the steps.
- Upgrade your VirtualBox and Vagrant to at least the correct versions.
Vagrant 1.3.5 and VirtualBox 4.2.18 - Checkout the latest version of 3.x aka
$ cd ~/kalastack
$ git fetch --all #This will grab the new branch
$ git checkout 3.x
(or download and expand the latest 3.x tarball from https://github.com/kalamuna/kalastack/tags)
$ vagrant up --provison
Please contact us on whether this works or doesn't.
Bring your server up and check it out by using these instructions.
- Home
- Installation
- Configuration
- Using Kalastack (Basics)
- Using Kalastack (More)
- Miscellaneous