ruby-getting-started
Getting Started with Ruby on Heroku. (by heroku)
dokku-postgres
a postgres plugin for dokku (by dokku)
ruby-getting-started | dokku-postgres | |
---|---|---|
1 | 12 | |
124 | 507 | |
0.0% | 0.4% | |
6.0 | 6.9 | |
18 days ago | 17 days ago | |
Ruby | Shell | |
- | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ruby-getting-started
Posts with mentions or reviews of ruby-getting-started.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-07-14.
-
Host your own PaaS (platform as a service) on Amazon Web Services
git clone https://github.com/heroku/ruby-getting-started cd ruby-getting-started git remote add dokku [email protected]:myapp git push
dokku-postgres
Posts with mentions or reviews of dokku-postgres.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-01-22.
-
Deploying a NestJS and Next.js Application on Dokku: Full-Stack Architecture
# Example for database dokku plugin:install https://github.com/dokku/dokku-postgres.git dokku postgres:create mydatabase dokku postgres:link mydatabase my-nestjs-app # Example for environment variables dokku config:set my-nestjs-app \ APP_PORT=5000 \ NGINX_ROOT=dist \ JWT_SECRET=xxxxxxxxxxxxxxxxxx
-
Heroku to Dokku: A Rails Dev's Migration Tale
# Install useful plugins sudo dokku plugin:install https://github.com/dokku/dokku-postgres.git sudo dokku plugin:install https://github.com/dokku/dokku-letsencrypt.git sudo dokku plugin:install https://github.com/dokku/dokku-redis.git
-
Dokku: My favorite personal serverless platform
Does anyone have experience using dokku-postgres?
The GitHub readme is well documented but hard to know how that translates into the dev exp, like with scaling or upgrades and if its features are comparable to managed Postgres providers (I'd assume no but happy to be proven wrong!)
[0] https://github.com/dokku/dokku-postgres
- Host your own PaaS (platform as a service) on Amazon Web Services
-
Self-Hosted Password Manager with Dokku
# setup plugin sudo dokku plugin:install https://github.com/dokku/dokku-postgres.git # create a new database for our app dokku postgres:create bitwarden # link the postgres service to the app, DATABASE_URL will be attached to the ENV variables automatically. dokku postgres:link bitwarden bitwarden
-
Easily deploy a NestJS app for only 5€ a month (before VAT)
# For PostgresSQL $ sudo dokku plugin:install https://github.com/dokku/dokku-postgres.git postgres $ dokku postgres:create app-name-db $ dokku postgres:link app-name-db app-name # For MongoDB $ sudo dokku plugin:install https://github.com/dokku/dokku-mongo.git mongo $ dokku mongo:create app-name-db $ dokku mongo:link app-name-db app-name
- Fazendo deploy em produção com Rails, PostgreSQL e Dokku
- Add postgres to docker compose and dokku infrastructure for telegram bot in NestJS
- Running a NodeJS app with Postgres in Dokku
- Self-Hosting Plausible Analytics With Dokku
What are some alternatives?
When comparing ruby-getting-started and dokku-postgres you can also consider the following projects:
heroku-buildpack-ruby - Heroku's classic buildpack for Ruby applications.
dokku-letsencrypt - Automatic Let's Encrypt TLS Certificate installation for dokku
jt_tools - Ruby on Rails Continuous Deployment Ecosystem to maintain Healthy Stable Development
dokku-clickhouse - a clickhouse plugin for dokku
siwapp-ror - Online Invoice Management in Ruby On Rails.
dokku-redis - a redis plugin for dokku