-
Notifications
You must be signed in to change notification settings - Fork 4
Home
phyllaga edited this page Feb 2, 2017
·
4 revisions
apt-get install -y golang redis-server nodejs nginx npm
git clone https://github.com/phyllaga/etc-pool.git
cd etc-pool
make
nano config.json
cd www
nano config/environment.js
npm install -g [email protected]
npm install -g bower
npm install
cd /usr/bin ln -s nodejs node (not sure if needed) cd -
npm remove [email protected]
npm install -g graceful-fs
npm install -g ember-cli-cookie (this may be not needed)
npm install ember-cli-cookie
bower install --allow-root
./build.sh
go语言搭建 http://www.cnblogs.com/Liar/p/3551080.html
下载地址:
64位:https://storage.googleapis.com/golang/go1.6.linux-amd64.tar.gz
32位:https://storage.googleapis.com/golang/go1.6.linux-386.tar.gz