https://github.com/dcsg/lxjs-vagrant
This Repository is part of the workshop Building a Baby PaaS at LXJS 2013.
https://github.com/dcsg/lxjs-vagrant
Last synced: over 1 year ago
JSON representation
This Repository is part of the workshop Building a Baby PaaS at LXJS 2013.
- Host: GitHub
- URL: https://github.com/dcsg/lxjs-vagrant
- Owner: dcsg
- License: mit
- Created: 2013-09-28T09:40:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-02T10:43:24.000Z (over 12 years ago)
- Last Synced: 2025-01-05T11:21:29.793Z (over 1 year ago)
- Language: Ruby
- Homepage: http://2013.lxjs.org/workshops#docker
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LXJS Vagrant
This Repository is part of the workshop **[Building a Baby PaaS](http://2013.lxjs.org/workshops#docker)** at **[LXJS 2013](http://2013.lxjs.org/)**.
## About the VM
* Ubuntu 12.04 LTS
* Node.js v0.10.18
* Docker.io
* CouchDB v1.4.0
## Usage
1. `git clone git@github.com:danielcsgomes/lxjs-vagrant.git`
2. `cd lxjs-vagrant`
3. `vagrant up`
4. `vagrant ssh`
## License
This repo is released under the MIT License. See the bundled [LICENSE](https://github.com/danielcsgomes/lxjs-vagrant/blob/master/LICENSE) file for details.