Open Source Docs
  • Welcome
  • Getting Started
    • How to Join
  • Plugins
    • Filament API Service
    • Filament Announce
    • Filament Swiper
  • Project
    • Remote Database Backup
    • Code Deploy
      • Pre-requisite
      • Installation
      • How to use it?
        • Create a server
        • Adding site
        • Add discord notification
  • Blockchain
    • Testnet
      • Chasm Network
      • Empeiria
        • Requirements
        • Installation
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Project
  2. Code Deploy

Installation

PreviousPre-requisiteNextHow to use it?

Last updated 9 months ago

Was this helpful?

First thing first, lets clone the repository

git clone https://github.com/rupadana/code-deploy

change your directory to project and install packages

composer install

Run this command to setup .env file or you can do it manually.

composer run-script post-root-package-install

Generate laravel app key using :

php artisan key:generate --ansi

Run this command to migrate & create super admin user

php artisan shield:install

Log in to dashboard and create team!

http://127.0.0.1:8000/app/login