Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.49 KB

README.md

File metadata and controls

32 lines (17 loc) · 1.49 KB

Meteor stack

Build and deploy Meteor based apps.

Install

Simply use the link below:

Fork on devo.ps

Once you've forked the repository, open it in devo.ps and you will be prompted for a few settings, including the Git URL for the code of your application, the names of your application and database.

To deploy your app, you will need to navigate to the tasks page of the repo and run the task manually (click on "play" icon, right of the "Build Meteor app" task).

What's in the box?

This setup contains one server (nodes/meteor.yml) with Node.js, Meteor, MongoDB and Nginx

We have included as well a task (tasks/meteor-build.yml) that can be executed and will deploy your Meteor app.

The current repo provides a very simple setup. Hack at will!

Feel free to extend the task and add the support for webhooks to install any kind of Meteor app! Checkout the gh-pages builder for some examples.

Questions?

If you have any question, come ask us on the devo.ps chat or shoot us an email at help@devo.ps (though, you should really just ask us in the chat).

Reference