This tutorial is about setting up environment for RubyOnRails on Ubuntu 14.04. First of all, update & upgrade your system:

askubuntu.com

If you getting messages like this: perl: warning: Setting locale failed. in your console, then you must configure your locales...

rtfm.co.ua

Download build agent archive from your TeamCity server: wget http://your_teamcity.server.com:8111/update/buildAgent.zip Unzip it in separate directory: mkdir buildAgent ^

wiki

All examples here for deploy RoR application with unicorn, staging machine (where we deploys) available via ssh by ssh_key...

wiki

Assume your database.yml file looks like this: {: .yaml} development: adapter: postgresql host: localhost encoding: unicode database: proj_development

Best results in other decks

stackoverflow.com

Must use Git Bash. To overwrite local master with remote: git checkout master git fetch --all git reset --hard origin/master...

When things go wrong, for example, caused by a bad commit, we need to revert back to an earlier known...

Search in all decks