Why will you buy CRYPTOMANIA?
Does your buying and selling app shield order cancellation throughout trade course of? Does your buying and selling app shield identical withdrawal twice by hitting identical url with software program? Does your buying and selling app has all accounting transaction for higher understanding? Does your buying and selling app present full experiences of something? Does your buying and selling app help you create or management any coin as you would like? Does your buying and selling app allow you to create any coin pair for trade? Does your buying and selling app supply knowledgeable buying and selling view?
We do and that’s how we save your Hundreds of thousands
How To Set up Cryptomania
Pre RequisitesLinux Server Minimal RAM 2GB Minimal House 40GB PHP 7.2+ Database (Most popular MYSQL 5.7+) Apache 2.4/Nginx Server Course of Management System (Most popular Supervisord) PHP Dependency Supervisor (Most popular Composer) Redis Server For Queue Administration Node Package deal Supervisor (Most popular NPM)Set up Course of
Copy the undertaking to the server. Unzip undertaking to most popular location. ex: /var/www/html/ Make a duplicate of .env.instance and rename it to .env Make a database with collation named utf8mb4_unicode_ci Config .env APP_NAME="Cryptomania Crypto" APP_ENV=manufacturing APP_KEY= APP_DEBUG=false APP_URL=https://dev.cryptomania.com LOG_CHANNEL=stack DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE= DB_USERNAME= DB_PASSWORD= BROADCAST_DRIVER=redis CACHE_DRIVER=file SESSION_DRIVER=file SESSION_LIFETIME=120 QUEUE_DRIVER=redis REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 MAIL_DRIVER=smtp MAIL_HOST= MAIL_PORT= MAIL_USERNAME= MAIL_PASSWORD= MAIL_ENCRYPTION= MAIL_FROM_ADDRESS= MAIL_FROM_NAME= ADMIN_SETTING_STORAGE=database ROUTE_STORAGE=cache Give write permission to bootstrap/cache and storage listing Run following command php atrisan key:generate composer set up php artisan migrate --seed php artisan storage:hyperlinkSetup Supervisor
Create 2 new supervisord config with the next configuration 1. Horizon Supervisor Config ``` [program:cryptomania] process_name=%(program_name)s command=php /var/www/html/cryptomania/artisan horizon autostart=true autorestart=true consumer=rana redirect_stderr=true stdout_logfile=/var/log/cryptomania-horizon.log ``` Change `program` `command path` `consumer` `logfile path` 2. Echo Server Config [program:cryptomania-echo-server] process_name=%(program_name)s command=laravel-echo-server begin --dir=/var/www/html/cryptomania autostart=true autorestart=true consumer=rana redirect_stderr=true stdout_logfile=/var/log/cryptomania-echo-server.log Change program command path consumer logfile path After these configurations run following command servervisorctl reread servervisorctl replace servervisorctl begin all php artisan clear:all php artisan horizon terminate