Created
March 4, 2021 16:36
-
-
Save LinuxlinkedBD/7c532e08dafec1e457715e0534afa5f7 to your computer and use it in GitHub Desktop.
Ruby on Rails Installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you need complete Ruby on Rails Installation, ping me on below contacts: | |
Telegram: linuxlinked | |
email: [email protected] | |
WhatsApp: +8801720903155 | |
Skype:live:.cid.c0dc316b9d727d5e | |
YouTube: https://youtu.be/Xljt1TYkok4 | |
######################################################################################################################################## | |
sudo apt update | |
sudo apt-get upgrade -y | |
ruby --version | |
sqlite3 --version | |
node --version | |
yarn --version | |
rails --version | |
sudo apt -f install | |
sudo apt autoremove | |
sudo apt -y autoclean | |
sudo apt -y clean | |
sudo apt update | |
sudo apt-get upgrade | |
#open a browser window and navigate to http://localhost:3000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment