Hello and welcome to the DOCKERBASE! 🤙 This is a base app with Ruby on Rails and Bootstrap 5 within Docker. Just clone it and don't worry about the first step configuration.
- Ruby: 3.0.0
- Ruby on Rails: 6.1.1
- Bootstrap: 5.1.3
1. Install the Docker (if you don't have it). Here's the Docker webpage.
2. Clone it in your machine:
git clone https://github.com/fabioaraujo121/dockerbase.git
3. Jump in the folder you just cloned:
cd dockerbase
4. Build & Up the docker:
docker-compose up --build
5. Connecting to the container (open a new Terminal tab):
docker exec -it dockerbase_app /bin/bash
If your style is not working properly it might mean that we didn't install the Bootstrap 5 correctly. You'll need to connect your container:
docker exec -it dockerbase_app /bin/bash
Then you'll need to run these installations below:
yarn add bootstrap@next
yarn add popper.js
yarn add @popperjs/core
By default the app name is dockerbase
. Do change it to your app's name.
To do so just take a full search in this repo for dockerbase
.