Skip to content

smainil/demo-meteorjs

 
 

Repository files navigation

demo-meteorjs

Demo of deploying a Meteor.js application to Clever-Cloud

Deploying to Clever-Cloud

If you don't already have an app, feel free to fork this one to test !

  1. Signup on Clever-Cloud with Github
  2. Register an SSH key
  3. Create a Node.js application
  4. Create a MongoDB addon and copy the Connection URI in the Configuration panel
  5. Go to "Environment Variables", add a MONGO_URL key with the Connection URI you've just copied as a value
  6. Add the variable ROOT_URL with a valid HTTP url (e.g.http://<your-app-id>.cleverapps.io or the url your application will use)
  7. Be sure the PORT environment variable exists and is equal to 8080
  8. Add the remote Clever-Cloud repo to your project => git remote add clever git+ssh://[email protected]/<your-app-id>.git
  9. Push your code to Clever-Cloud => git push clever master
  10. Watch the logs and wait for your app to start
  11. Visit your application by clicking on the "Arrow" top-right button
  12. Have fun :)

About

Meteor.js applications deployement on CleverCloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.4%
  • JavaScript 45.3%
  • CSS 2.3%