Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APP.RB

Description

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.

Project Links

Getting Started

Cloning the Repository

To clone the repository, use the following command:

git clone https://github.com/EstebanASM/APP.RB.git

Navigate to the project directory:

cd APP.RB

Running the Application Locally (Without Docker)

Prerequisites

  • Ruby and Rails must be installed on your machine.

Running the Application

  1. If we don't have Bundler, install it:
gem install bundler
  1. Inside the project directory, install the required gems:
bundle install
  1. Start the program:
ruby app.rb
  1. Access the application in your browser at:
http://localhost:8087

Running the Application with Docker

To run the application with Docker, visit the Docker Hub Repository of this project: estebanandres/helloruby on Docker Hub

About

This repository is part of the distributed programming task on using Git Hub and Docker Hub

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages