diff --git a/DOC/DEV/Feature/GULP.md b/DOC/DEV/Feature/GULP.md deleted file mode 100644 index 22f597b..0000000 --- a/DOC/DEV/Feature/GULP.md +++ /dev/null @@ -1,21 +0,0 @@ -## gulp配置 - -执行所有操作前将gulpfile.coffee编译成gulpfile.js - -### less - - gulp less - -将static下的less编译成css到所在目录 - - -### coffee - - gulp coffee -将static下的coffee编译并压缩到所在目录,如果有错误会throw, - - -### default - - gulp -执行上面两个操作,并watchstatic下的less和coffee文件 diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..24dc9da --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,13 @@ +## Ubuntu 13.10 + + add-apt-repository ppa:chris-lea/node.js + apt-get update + + apt-get install nodejs git mongodb memcached + + git clone https://github.com/jysperm/RootPanel.git + + cd RootPanel + gulp less coffee + + node app.js