hello, I tried installing bitwasp :
https://github.com/Bit-Wasp/BitWaspbut on the installation page I have:
You must make the database config file writable!
$ touch /www/application/config/database.php && chmod 777 /www/application/config/database.php
You must make the bitcoin config file writable!
$ touch /www/application/config/bitcoin.php && chmod 777 /www/application/config/bitcoin.php
You must make the config config file writable!
$ touch /www/application/config/config.php && chmod 777 /www/application/config/config.php
Press F5 once you're done.
why ?
It says exactly what you need to do...