CryptoICO Listing

Installation


Installation

Installation guide step-by-step.

Local Setup

To install CryptoICO Listing Script you need to follow the steps below.

 

Backend files are located under the "files" folder.

 

1. Copy .env.example and paste it on the root directory .env

2. Edit database configuration:

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=

with your database username, database, and password.

3. Update email configuration on .env file

MAIL_MAILER=smtp
MAIL_HOST=mailhog
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="hello@example.com"
MAIL_FROM_NAME="${APP_NAME}"

4. Run the command: 

php artisan key:generate

5. Upload the SQL dump to your database.

6. Run the command:

php artisan serve

Make sure that you have PHP 8.1+ on your local computer.

7. Open HTTP://localhost:8000 and you should see your website live.

If there are any errors, please contact our support on the Telegram @zilab_technologies

Site Installer

After you upload project files to your server and prepare the required environment, Please follow these steps to install the site on your server 

1. Visit www.yourdomain.com

2. This installer will appear click "Check Requirements"

 

3. If your server meets the project requirements all checks will be green and then click "Check permissions"

 

4. it will show some checks for files permissions then click "Configure Environment" 

 

5. You can select Form wizard setup and then this form will appear 

 

Note: If you install this for production you need to set App Envermenet to production and App debug to false

6. After you filled the form you can go to the next step "Setup Database"

 

7. Enter your Database name, username and password then click "Setup Application"

8. Setup your mail driver by configuring this tap then click Install

 

9. After that your project will be successfully installed and you gonna be ready to go