How to Setup Watchman on Ubuntu > 16.04

$ cd ~ $ git clone https://github.com/facebook/watchman.git $ cd watchman/ $ git checkout v4.7.0 $ sudo apt-get install -y autoconf automake build-essential python-dev $ ./autogen.sh $ ./configure $ make $ sudo make install $ watchman –version $ echo 999999 | sudo tee -a /proc/sys/fs/inotify/max_user_watches && echo 999999 | sudo tee -a /proc/sys/fs/inotify/max_queued_events && echo 999999 […]

Continue Reading

Install Cassandra and Titan on Ubuntu Server 14.04 Trusty

titan logo

Hello everyone, this guide show step by step how to install cassandra and titan on Ubuntu Server 14.04 Trusty. In my example, My Ubuntu Server username: tiendang My IP: 192.168.14.129 Prerequisites Install Ubuntu Server 14.04 Trusty. Link download: http://releases.ubuntu.com/14.04.1/ubuntu-14.04.1-server-amd64.iso After install, make sure your server is up to date sudo apt-get update sudo apt-get upgrade  Check your […]

Continue Reading