This is a simple Ruby application that displays a sentence on the main page. This application shows the basic commands to create an application in Ruby.
- Docker Hub Repository: estebanandres/helloruby on Docker Hub
To clone the repository, use the following command:
git clone https://github.com/EstebanASM/APP.RB.gitNavigate to the project directory:
cd APP.RB- If we don't have Bundler, install it:
gem install bundler
- Inside the project directory, install the required gems:
bundle install- Start the program:
ruby app.rb- Access the application in your browser at:
http://localhost:8087
To run the application with Docker, visit the Docker Hub Repository of this project: estebanandres/helloruby on Docker Hub