An open API service indexing awesome lists of open source software.

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

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
```