This is a cryptocurrency faucet (bitcoin forks) written in Php.
- Mysql
- PHP >=7.0
- Composer
- npm
- Webserver (Apache, Nginx, etc.)
Work in progress
git clone https://github.com/ctrl-Felix/faucet.git && cd faucet
composer install
npm install
nano .env
enter the created mysql user, password and databasenano config/faucet.yaml
enter your configphp bin/console make:migration
php bin/console doctrine:migration:migrate
composer dump-env prod
yarn encore prod
- Config your webserver and point it to the ../faucet/public folder