From 5d9904da68be7e736bd8e4b0d7221fc5169bb5b0 Mon Sep 17 00:00:00 2001 From: jysperm Date: Mon, 25 Aug 2014 01:05:46 +0800 Subject: [PATCH] update INSTALL.md --- INSTALL.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 160400f..99691a6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,3 +1,11 @@ +顺序: + +* Core 中 reboot 之前的部分 +* Plugin 中用到的插件的 reboot 之前的部分 +* reboot +* 继续装 Core 中 reboot 后的部分,和 Plugin 中 reboot 后的部分(如果有的话) +* 安装 Runtime(如果需要的话) + ## Ubuntu 14.04 amd64 ### Core @@ -9,9 +17,9 @@ vi /etc/hostname vi /etc/hosts - apt-get install nodejs git mongodb nginx postfix redis-server ntp + apt-get install nodejs git mongodb=2.4 nginx postfix redis-server ntp apt-get install python g++ make screen git wget zip unzip iftop vim curl htop iptraf nethogs - apt-get intalll libcurl4-openssl-dev axel unrar-free emacs subversion subversion-tools tmux mercurial + apt-get install libcurl4-openssl-dev axel unrar-free emacs subversion subversion-tools tmux mercurial mongo