Implementation of a faucet for the cryptocoin Noso.
Run this command from the directory in which you want to install your Noso-Faucet. You will require PHP 7.4 or newer.
composer install
On the folder config
pleas rename .env.example
to .env
and edit the values.
Create a virtual host that points to the webroot
folder
If you do not have a LAMP
or WAMP
stack, on the root folder of the project issue the following:
$ php -S localhost:8080 -t webroot
This will start a web server on port 8080 and will server the contents of webroot
The database is in the /_db folder Load the database and write the data to config/.env