https://github.com/scalingo/sample-ruby-rails
Sample application with Ruby on Rails
https://github.com/scalingo/sample-ruby-rails
rails ruby ruby-on-rails sample scalingo
Last synced: 11 months ago
JSON representation
Sample application with Ruby on Rails
- Host: GitHub
- URL: https://github.com/scalingo/sample-ruby-rails
- Owner: Scalingo
- Created: 2018-08-10T14:15:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T10:00:26.000Z (almost 2 years ago)
- Last Synced: 2024-08-30T11:13:53.764Z (almost 2 years ago)
- Topics: rails, ruby, ruby-on-rails, sample, scalingo
- Language: Ruby
- Homepage: https://ruby-rails.is-easy-on-scalingo.com
- Size: 118 KB
- Stars: 1
- Watchers: 8
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Application with Ruby on Rails
Ruby Version 3.2.2
This sample is running on: https://ruby-rails.is-easy-on-scalingo.com/
## Deploy via Git
Create an application on https://scalingo.com, then:
```shell
scalingo --app my-app git-setup
git push scalingo master
```
And that's it!
## Deploy via One-Click
[](https://dashboard.scalingo.com/create/app?source=https://github.com/Scalingo/sample-ruby-rails#master)
## Running Locally
```shell
docker compose run web bundle install
docker compose up
```
The app listens by default on the port 8080 or the one defined in the `PORT`
environment variable.