drie pushΒΆ
Warning
drie push is currently in beta and the APIs are subject to change as we stabilise the product. If something that was working stops working, please come back to the documentation to see if new behaviour is documented. If there’s no explanation, then please let us know.
Contents:
- Getting started with drie push
- Rails / MongoDB
- 1. Create a new Rails app
- 2. Add the mongoid MongoDB driver to the Rails app
- 3. Create mongoid.yml config file
- 4. Create your bookmark model
- 5. Create a local git repo and set it up to deploy to drie push
- 6. Deploy you code to drie push
- 7. Set the MONGODB_URI environment variable in drie push
- 8. Confirm that your bookmarking app works
- Rails / PostgreSQL
- 1. Create a new Rails app
- 2. Create your bookmark model
- 3. Edit database.yml config file
- 4. Set the local DATABASE_URI environment variable
- 5. Do a Rails database migration
- 6. Create a local git repo and set it up to deploy to drie push
- 7. Deploy you code to drie push
- 8. Set the DATABASE_URI environment variable in drie push
- 9. Confirm that your bookmarking app works
- NodeJS / MongoDB
- Creating a Deploy to drie button