Skip to content

pasichDev/noso-faucet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Faucet for Noso Coin

Implementation of a faucet for the cryptocoin Noso.

bulma version

Install the Application

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

Setting the .env

On the folder config pleas rename .env.example to .env and edit the values.

Using Apache2

Create a virtual host that points to the webroot folder

Using PHP inbuilt web server

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

Using MySql Database

The database is in the /_db folder Load the database and write the data to config/.env