forked from calzoneman/sync
-
Notifications
You must be signed in to change notification settings - Fork 0
Installing
Calvin Montgomery edited this page Oct 27, 2013
·
12 revisions
# apt-get update && apt-get upgrade
# apt-get install build-essential git python
# apt-get install mysql-server
Contributed by https://github.com/coconono
$ yum install git openssl-devel gcc-c++
$ yum install mysql-server mysql mysql-devel mysql-libsEditor's Node: I'm not sure all of those mysql packages are necessary, I'll update the Wiki if I get a chance to test a fresh CentOS machine
$ sudo apt-get install build-essential git mysql-server- Retrieve the latest sources from http://nodejs.org/
$ tar xf node-v0.10.(version #).tar.gz
$ cd node-v0.10.(version #)
$ ./configure
$ make
$ sudo make install
$ cd ..
$ git clone https://github.com/calzoneman/sync
$ cd sync
$ npm install
- See the wiki page for Configuration