https://github.com/hacknlove/simple-meteor
the easiest way to host your meteor app by yourself
https://github.com/hacknlove/simple-meteor
Last synced: about 1 year ago
JSON representation
the easiest way to host your meteor app by yourself
- Host: GitHub
- URL: https://github.com/hacknlove/simple-meteor
- Owner: hacknlove
- Created: 2016-07-30T10:16:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-12T17:00:13.000Z (almost 10 years ago)
- Last Synced: 2025-04-04T18:11:10.228Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# just a plain bash script
## Features:
Build, upload, and launch your meteor app, and:
* If something goes wrong, it restores the previous versión.
* If everything runs fine, it clean the old versión.
## Instalation:
```
git clone https://github.com/pykiss/simple-meteor.git
```
## Setup your projects
1. copy the sample proyect dir
2. edit your project dir files
## deploy your meteor app
```
cd your/simple-meteor/path
./deploy.sh /your/proyect/path
```