Uploaded on Oct 3, 2023
sdfsdfsdfsdf
Deployment Process Live Server
Deployment Steps On Live Server Prepared By Gagan Deep Kashyap Release Date 27 Jan 2023 Step 1 Create a Pull Request From Bitbucket demo ----->> staging Step 2 Login with live server First take a pull from staging branch sudo git pull origin staging Step 3 If any conflit then first solve this conflit and then commit to same branch Step 4 If Everthing looks fine then first run migration command php artisan migrate Step 5 Then Run npm command npm run dev Step 6 If npm show any package issue then need to install on server By using package name Step 7 Composer install Optional section if socketio package removed from composer.json Step 8 Check everything working by command php artisan server Step 9 Then Run Commands if any need 1. php artisan command:create_cleaning_equipments_schema 2. php artisan command:create_cleaning_masters_schema 3. php artisanupdate:created_at_date_in_pivot_instrument_logs Step 10 Then Run DB Seed Command If any need 1. php artisan db:seed --class=AlterChargeCodeSeeder 2. php artisan db:seed --class=AlterMappingCodePermissionSeeder 3. php artisan db:seed --class=CleaningInventoryTypesSeeder 4. php artisan db:seed –class=CleaningStationSeeder Step 11 Add Parameter in .env EXCEL_VERSION=2.1 And need to confirm it is same verison on maatwebsite package under composer.json
Comments