diff options
author | Peter Grassberger <petertheone@gmail.com> | 2016-02-04 23:59:32 (GMT) |
---|---|---|
committer | Peter Grassberger <petertheone@gmail.com> | 2016-02-04 23:59:32 (GMT) |
commit | 15df09af2a7d3ddd6289f3f22f70ed8d4fd614ca (patch) | |
tree | c59aa93c9d383ddb83a56c564671060828fd16b7 /README | |
parent | ee29206687484d49df4c77bd4d634080f1c7dca4 (diff) |
build with gruntgrunt-concat
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -31,7 +31,7 @@ LICENSE Installation ============ -# sudo aptitude install apache2 libapache2-mpm-itk libapache2-mod-perl2 libconfig-inifiles-perl libdbd-mysql-perl libjson-pp-perl libxml-quote-perl librhrd-perl libjs-jquery rivendell-server +# sudo aptitude install apache2 libapache2-mpm-itk libapache2-mod-perl2 libconfig-inifiles-perl libdbd-mysql-perl libjson-pp-perl libxml-quote-perl librhrd-perl libjs-jquery rivendell-server npm # sudo a2enmod ssl authnz_ldap perl proxy_wstunnel # sudo /etc/init.d/apache2 restart @@ -86,3 +86,7 @@ add the following to the virtualhost config: AliasMatch "^/(js|img|styles)(.*)" "/var/www/rhwebimport/www/$1$2" AliasMatch "^(.*)" "/var/www/rhwebimport/www/index.html" ~~~/snip~~~ + +# npm install +# npm install -g grunt-cli +# grunt |