mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-05-28 15:03:07 +08:00
15 lines
307 B
Markdown
15 lines
307 B
Markdown
## Ubuntu 13.10
|
|
|
|
add-apt-repository ppa:chris-lea/node.js
|
|
apt-get update
|
|
|
|
apt-get install nodejs git mongodb memcached
|
|
npm install pm2 gulp -g
|
|
|
|
git clone https://github.com/jysperm/RootPanel.git
|
|
cd RootPanel
|
|
|
|
npm install
|
|
gulp less coffee
|
|
pm2 start app.coffee
|