Your Ad Here

Posted By

maetmar on 06/07/11


Tagged


Versions (?)

Install CMSMS via SSH


 / Published in: ActionScript
 

  1. wget http://s3.amazonaws.com/cmsms/downloads/7542/cmsmadesimple-1.9.4.2-full.tar.gz
  2.  
  3. tar -zxf cmsmadesimple-1.4.1-full.tar.gz
  4.  
  5. chmod 777 tmp; \
  6. chmod 777 tmp/templates_c; \
  7. chmod 777 tmp/cache; \
  8. chmod 777 uploads; \
  9. chmod 777 uploads/images; \
  10. chmod 777 modules
  11.  
  12. touch config.php; chmod 666 config.php
  13.  
  14. chmod 444 config.php; rm -rf install

Report this snippet  

You need to login to post a comment.