PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Solved

Ninja Media Script

Solved
josiewells1

Jul 8th, 2021 05:55 AM

How do I install Ninja Media Script in my Cpanel? When I go to install.php nothing happens? Please Help I need better install instructions.

bobbyiliev

Jul 8th, 2021 06:18 AM

Best Answer

Hi there,

What you need to do is:

  • Download the installation files
  • Upload them to your cPanel
  • Extract the zip file
  • Then via your terminal SSH to your server, then cd to the directory where you've uploaded the files and run:
composer install
  • Then via cPanel create a new database + db username + db password and note them down
  • Then via your File manager copy the .env.example to .env and update the DB details accordingly:
APP_URL=http://website.com
DB_DATABASE=database_name
DB_USERNAME=database_user
DB_PASSWORD=database_pass
  • Finally again via SSH run these 3 commands inside the directory where you've extracted the files at:
php artisan migrate
php artisan db:seed
php artisan storage:link

If you wish provide me with the login details to your cPanel account via DM and I will do it for you.