https://github.com/rixrix/pushpath-cli
https://github.com/rixrix/pushpath-cli
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rixrix/pushpath-cli
- Owner: rixrix
- License: other
- Created: 2013-12-14T22:06:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-21T10:41:50.000Z (over 11 years ago)
- Last Synced: 2025-01-23T05:15:05.675Z (about 1 year ago)
- Language: JavaScript
- Size: 316 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
### This repo has been discontinued, please refer to the unified [Pushpath](https://github.com/pushpath/pushpath) project
`Pushpath` in its simplest form is like a self-service Paas(Platform as a Service) build tool via web interface.
Using an existing technologies eg. Docker.io, Vagrant, Puppet, Virtualbox, or VMWare - they'll be glued together to form a platform that suits your needs.
Such platform could be a [LAMP](http://en.wikipedia.org/wiki/LAMP_%28software_bundle%29), [LYME](http://en.wikipedia.org/wiki/LYME_%28software_bundle%29) or [MEAN](http://mean.io/)
### Goals
* Provision lightweight virtual machines w/ tools for Devs, QA, production or staging deployment environment
* Build virtual machines for LAMP, LYME or MEAN stack
### System Requirements
* [Node.js](http://www.nodejs.org)
* [Vagrant](http://vagrantup.com/)
* [Virtualbox](http://virtualbox.org/)
### Installation
Install Pushpath CLI
$> npm install pushpath -g
### Howto
Create a project directory and change to the new directory
$> mkdir test-vm-project && cd test-vm-project/
Run Pushpath
$> pushpath
By default, Pushpath will listen on port 3000
http://localhost:3000
Type the URL in your browser and configure your new project via the web interface
### Current Status
The project is still in early development stages. I’ve only been working on it for about 3 weeks as of this writing (9/Jan/2014)
### License
Code licensed under [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0)