Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mnutt/ember-cli-vagrant-spk
Develop Ember-based Sandstorm applications using vagrant-spk
https://github.com/mnutt/ember-cli-vagrant-spk
Last synced: about 2 months ago
JSON representation
Develop Ember-based Sandstorm applications using vagrant-spk
- Host: GitHub
- URL: https://github.com/mnutt/ember-cli-vagrant-spk
- Owner: mnutt
- License: mit
- Created: 2015-10-25T07:04:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T19:58:38.000Z (almost 5 years ago)
- Last Synced: 2024-10-02T15:36:30.673Z (3 months ago)
- Language: JavaScript
- Size: 172 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-cli-vagrant-spk
Sandstorm.io is an open source platform for building isolated web applications.
Sandstorm apps are often developed using a tool called `vagrant-spk`. Running the
`vagrant-spk dev` command will expose a development version of your application within
the Sandstorm platform. However, this makes rapid development with Ember.js somewhat
tedious, because changes you make from the host system are not populated into your
app running inside of Sandstorm. This addon starts `vagrant-spk dev`, and restarts it
any time changes are detected in your app.## Requirements
* Get vagrant-spk:
```
git clone git://github.com/sandstorm-io/vagrant-spk.git
cp vagrant-spk /usr/local/bin/vagrant-spk # or somewhere in your path
```
* Set up your project according to the docs at https://github.com/sandstorm-io/vagrant-spk## Installation
`ember install ember-cli-vagrant-spk`
## Running
* `ember spk`
* Visit your app at http://local.sandstorm.io:6080/