Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // requirements
- 1. Nodejs [https://nodejs.org/dist/v16.16.0/node-v16.16.0-x64.msi]
- 2. Xampp [https://www.apachefriends.org/]
- // clone
- git clone https://cicd.optimajasa.co.id/danudenny/poj-web/ (master)
- git checkout staging
- // create branch baru ketika mau ngoding
- git checkout -b nama_branch(feature/No Tiket)
- git add .
- git commit -am "[W2.001] title"
- git push origin feature/No Tiket
- // ketika sudah selesai di merge
- get checkout staging
- git pull origin staging
- // serve project nya
- .env udah sesuai sama credential db local
- DB_CONNECTION=pgsql
- DB_HOST=localhost
- DB_PORT=5434
- DB_DATABASE=attdev_poj_db
- DB_USERNAME=postgres
- DB_PASSWORD=masterpass
- php artisan optimize
- php artisan serve
- npm run dev
- localhost:8000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement