Last active
November 13, 2018 05:29
-
-
Save theachyutkadam/b0ddd5b57f4dd8ac9bc2311e5db06ff8 to your computer and use it in GitHub Desktop.
Ruby on rails Installation setup
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
********* install curl ********* | |
if you check curl are install or not then you try this - www.google.com | |
sudo apt-get install curl | |
********* install git ********* | |
sudo apt-get install git | |
********* install rvm ********* | |
********* use 6th step use this https://github.com/rvm/ubuntu_rvm link to install RVM ********* | |
1) sudo apt-get install software-properties-common | |
2) sudo apt-add-repository -y ppa:rael-gc/rvm | |
3) sudo apt-get update | |
4) sudo apt-get install rvm | |
5) At terminal window, click Edit > Profile Preferences, click on Title and Command tab and check Run command as login shell. | |
6) Restart computer/laptop | |
************************************************************************************* | |
+) \curl -sSL https://get.rvm.io | bash -s -- --ignore-dotfiles | |
+) yachya nantr dusri window open karun tyat rvm -v kinwa rvm karne. | |
----------== + madhil line important nahiy... ==---------- | |
+) rvm requirements --autolibs=enable | |
+) echo "source /home/ak/.rvm/scripts/rvm" >> .bashrc | |
********* install ruby ********* | |
sudo apt-get install ruby-full | |
jar version nusar takyache asel tr | |
rvm install ruby 2.2.2 | |
rvm install ruby 2.2.0 | |
********* install rails ********* | |
sudo apt-get install rails | |
********* install rails ********* | |
sudo apt-get install mysql-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment