Setup Ruby On Rails on Ubuntu 15.10 Wily Werewolf
update actuallytnx, for correcting methe one that fetches the repos or sort of
Shefferd repliedupdate actuallytnx, for correcting methe one that fetches the repos or sort of
Shefferd repliedrvm has first tier support for bash, and nominal support for zsh, and WILL NOT WORK in other shells. rbenv is the tool you need to use for other shells, or just do things manually.
Peter Boling repliedall steps followed till the creation of SSH key. I put your command into Terminal, but nothing happens:cat ~/.ssh/id_rsa.pub
Anto Boalis repliedThank you, it helped me a lot...
ZhAinoS %z% repliedI'm Brazilian, sorry by my inglish... I'm using bitbucket. In my case capistrano run all commands ok, but in server no created any file its all empty in folder suppose deploy my project.
Paulo Sousa repliedHey there ! I'm trying to deploy on a private server following this tutorial with a rails 5.2 app and somehow when I cap production destroy, i get an error saying 01 SassC::SyntaxErro...
paul lahana repliedGreat tutorial. Everything went well, but when I do cap deploy production, I get the error below. Any ideas? Thank you!cap aborted!SSHKit::Runner::ExecuteError: Exception while executing as deploy@...
Alex Hendershott repliedits possible to use this gem without subdomain. So every tenant will have same domain but inside the logic there is scheme segregation ?
soutsur repliedIt was a permissions issue. Everything was set to nogroup somehow.
Matt Gardner repliedPeter, is this in development or in production? If it's Linux and your on production you can do a `service postgresql status` to see if it it's running or a `ps aux | grep -i post` to see if there...
shakycode repliedI faced the same problem on MacOS as all the postgresql modules were not properly installed. On Ubuntu: sudo apt install postgresql-contrib libpq-dev
Vorkosigan76 repliedis this step still needed? Mac OS Sonoma 14.6.1 sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target / 18:26:51 instal...
Emilio G repliedGreat guide as always! However, I believe that postgresql is now at version 12 and that 'sudo apt install postgresql-11' will return an unable to locate package error, I would suggest using 'sudo a...
Devon Kiss replied❱ sudo -u postgres createuser me -s could not change directory to "/home/me": Permission denied ❱ sudo -u postgres createuser dbuser -s could not change directory to "/home/me": Permission denied
Stephen Jobs repliedHi Andriy, were you able to deploy on a vm? I am also trying to deploy my ruby on rails web app from azure devops to a vm with ubuntu? I would really appreciate the help.
Bikram repliedThanks for this guide!
Chibuike Uzoechina repliedThank you!Great Job
Prabhjot Singh repliedJust note about problem and solution in case that you want to install `gem install bundler` with rbenv ruby 2.0.0-p648. I got an error: ``` gem install bundler Fetching: bundler-2.3.24.gem (100%)...
Nezir Zahirovic replied