X-Git-Url: http://plrg.eecs.uci.edu/git/?p=iotcloud.git;a=blobdiff_plain;f=version2%2Fsrc%2Fserver%2FREADME.txt;h=34175e7be603bc1858072b2bdd5a42b80adc0b4f;hp=6eb138f6b5792ea362a707d80e988e42e74aa76a;hb=fe69cd9a54070201adbd266f8e48d4f63a2e53e2;hpb=1971f23aa743e9bc7cb576b78e756c230a70db9f diff --git a/version2/src/server/README.txt b/version2/src/server/README.txt index 6eb138f..34175e7 100644 --- a/version2/src/server/README.txt +++ b/version2/src/server/README.txt @@ -30,3 +30,12 @@ SetEnv IOTCLOUD_ROOT /iotcloud/ 8) Compile cloud server by typing make 9) Copy it to the cgi-bin directory. + +10) Make sure that the 'rewrite' module is loaded. Run on the command prompt: +sudo a2enmod rewrite + +11) Make sure that the 'cgid' module is loaded. Run on the command prompt: +sudo a2enmod cgid + +12) Restart the apache server. Run on the command prompt: +sudo service apache2 restart