This repo provides a sample Vagrantfile to create a 64-bit Ubuntu 12.04 virtual machine. After following the installation instructions, you'll have a server that you can manage with ServerPilot.
http://www.youtube.com/watch?v=n1qdvBY5WM8
- Install dependencies
- Virtualbox 4.0 or greater.
- Vagrant 1.3.1 or greater.
- Clone this repo and get the VM up and running!
$ git clone https://github.com/ServerPilot/Vagrantfile.git
$ cd Vagrantfile
$ vagrant up
$ vagrant ssh- Log in to ServerPilot
- Go to the Servers page and click + Connect Server
- Give your server a name
- Copy the whole command
- Paste the command in the VM shell and watch ServerPilot install
- Go to the Apps page and click + Create App
- Give your App a name and choose the server you just created
- Go to localhost:8080 in a new tab and you should see the ServerPilot splash page
Not seeing the splash page? ServerPilot may still be installing packages on your server. Wait 60 seconds and refresh the page. This delay will only happen once, when you install ServerPilot initially.
Switch to the serverpilot user
$ sudo -i
$ su serverpilot
$ cd ~/apps/APPNAMEInitialize a Laravel app with Composer (see the Laravel Quickstart)
$ rm -rf public
$ composer5.4-sp create-project laravel/laravel . --prefer-distWhen Composer is done, refresh localhost:8080 and you should see the Laravel splash page!
- Follow ServerPilot on Twitter and Google+
- Watch other screencasts on YouTube
- Send us feedback and suggestions at support@serverpilot.io





