File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
8991
9092 npm install
9193
92- service supervisor restart
94+ sudo service supervisor restart
9395
9496### Plugin
9597
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
You can’t perform that action at this time.
0 commit comments