Last active
March 24, 2019 06:12
-
-
Save Deekor/a167f8ca8422b5cf8f9185d572db8763 to your computer and use it in GitHub Desktop.
Rails Cloud 9 Installation
This file contains 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
ruby: | |
Simple rvm install | |
yarn: | |
https://linuxize.com/post/how-to-install-yarn-on-centos-7/ | |
postgres: | |
https://medium.com/@floodfx/setting-up-postgres-on-cloud9-ide-720e5b879154 | |
I ended up using `postgres` user instead of `ec2-user` ^ | |
ident error: https://stackoverflow.com/a/7526119/1094339 | |
Redis: | |
sudo yum install redis | |
sudo service redis start | |
memcached: | |
sudo yum install memcached | |
sudo service memcached start | |
Preview: | |
add the ip: https://stackoverflow.com/questions/29417328/how-to-disable-cannot-render-console-from-on-rails | |
remove the https and use http in a browser window. | |
github always logged in: | |
https://stackoverflow.com/a/17979600/1094339 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment