To install nginx with txid module install nginx-full package: sudo apt-get install nginx-full download last nginx source...
NVM provides you more convenient way to manage and set up your Javascript(Node.js) environment. First install NVM, note git...
This tutorial is about setting up environment for RubyOnRails on Ubuntu 14.04. First of all, update & upgrade your system:
If you getting messages like this: perl: warning: Setting locale failed. in your console, then you must configure your locales...
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 ^
Visit PhantomJS site, go to download page and copy link address for Linux, in our case this is https://phantomjs.googlecode.com...
First install python-software-properties: sudo apt-get install python-software-properties Next, remove openjdk package if installed:
Add repository and install Postgresql: ^ sudo sh -c "echo 'deb http://apt.postgresql.org/pub/repos/apt/ precise-pgdg main' > /etc/apt/sources.list.d/pgdg.list" ^ wget --quiet -O...