Demo of deploying a Meteor.js application to Clever-Cloud
If you don't already have an app, feel free to fork this one to test !
- Signup on Clever-Cloud with Github
- Register an SSH key
- Create a Node.js application
- Create a MongoDB addon and copy the Connection URIin theConfigurationpanel
- Go to "Environment Variables", add a MONGO_URLkey with theConnection URIyou've just copied as a value
- Add the variable ROOT_URLwith a valid HTTP url (e.g.http://<your-app-id>.cleverapps.ioor the url your application will use)
- Be sure the PORT environment variable exists and is equal to 8080
- Add the remote Clever-Cloud repo to your project => git remote add clever git+ssh://[email protected]/<your-app-id>.git
- Push your code to Clever-Cloud => git push clever master
- Watch the logs and wait for your app to start
- Visit your application by clicking on the "Arrow" top-right button
- Have fun :)