Skip to content

Commit

Permalink
readme update to reflect upgrade to trusty64
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mrowetz committed Aug 13, 2015
1 parent 4daaa44 commit 16e4b13
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Typesafe Activator / play! Framework Vagrant File
=========

Sets up a precise64 Ubuntu box (with 6GB RAM) with Java and the [Typesafe Activator](https://typesafe.com/activator) to get started with [play!](playframework.com) and rest of the [Typesafe Reactive Platform](https://typesafe.com/platform). Even though included in the activator this vagrant file also provision a stand-alone version of Scala and sbt - to use them seperatly.
Sets up a trusty64 Ubuntu box (with 6GB RAM) with Java and the [Typesafe Activator](https://typesafe.com/activator) to get started with [play!](playframework.com) and rest of the [Typesafe Reactive Platform](https://typesafe.com/platform). Even though included in the activator this vagrant file also provision a stand-alone version of Scala and sbt - to use them seperatly.

Follow installation guide on http://docs.vagrantup.com/v2/installation/index.html to install Vagrant and VirtualBox

Expand All @@ -18,6 +18,11 @@ vagrant up
vagrant ssh
```

###### Shut down box
```Shell
vagrant halt
```

###### Tear down box
```Shell
vagrant destroy
Expand All @@ -27,4 +32,6 @@ More documentation on http://www.vagrantup.com/

Running your existing app in Vagrant
===================
Store your existing app in a folder named `activator-project` as a sibling of the one containing the Vagrant files. `vagrant up` the box and `vagrant ssh` into it. Now you can `cd /activator-project/` and start it via `activator run`.
Store your existing app in a folder named `activator-project` as a sibling of the one containing the Vagrant files. `vagrant up` the box and `vagrant ssh` into it. Now you can `cd /activator-project/` and start it via `activator run`.

You might have to restart vagrant box before running your app the first time, if the activator hangs on installing sbt.

0 comments on commit 16e4b13

Please sign in to comment.