Post
Topic
Board Project Development
Re: BitWasp - Free Open-source PHP Bitcoin Marketplace
by
David99000
on 04/10/2016, 17:38:05 UTC
hello, I tried installing bitwasp : https://github.com/Bit-Wasp/BitWasp

but on the installation page I have:

Code:
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 ?