Skip to content

Commit f30a4d6

Browse files
committed
update INSTALL.md
1 parent bd2aa54 commit f30a4d6

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

INSTALL.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
vi /etc/hostname
1818
vi /etc/hosts
1919

20-
apt-get install nodejs git mongodb=2.4 nginx postfix redis-server ntp supervisor
20+
apt-get install mongodb=1:2.4.9-1ubuntu2
21+
apt-get install nodejs git nginx postfix redis-server ntp supervisor
2122
apt-get install python g++ make screen git wget zip unzip iftop vim curl htop iptraf nethogs
22-
apt-get install libcurl4-openssl-dev axel unrar-free emacs subversion subversion-tools tmux mercurial
2323

2424
npm install coffee-script -g
2525

@@ -78,9 +78,11 @@
7878
cd ~
7979

8080
git clone https://github.com/jysperm/RootPanel.git
81-
vi RootPanel/config.coffee
81+
cd RootPanel
82+
83+
vi config.coffee
8284

83-
vi /etc/supervisor/conf.d/rpadmin.conf
85+
sudo vi /etc/supervisor/conf.d/rpadmin.conf
8486

8587
[program:RootPanel]
8688
command=node /home/rpadmin/RootPanel/start.js
@@ -89,7 +91,7 @@
8991

9092
npm install
9193

92-
service supervisor restart
94+
sudo service supervisor restart
9395

9496
### Plugin
9597

@@ -148,6 +150,9 @@
148150

149151
### Runtime
150152

153+
# Shell
154+
apt-get install libcurl4-openssl-dev axel unrar-free emacs subversion subversion-tools tmux mercurial
155+
151156
# Golang
152157
apt-get install golang golang-go.tools
153158

0 commit comments

Comments
 (0)