Created
May 7, 2021 14:37
-
-
Save LinuxlinkedBD/413d43a4fcecb61d9e1317d911bdab99 to your computer and use it in GitHub Desktop.
How to install GitScrum on Ubuntu 20.04 LTS (Focal Fossa)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you need complete GitScrum setup, ping me on below contacts: | |
Telegram: linuxlinked | |
email: [email protected] | |
WhatsApp: +8801720903155 | |
Skype:live:.cid.c0dc316b9d727d5e | |
YouTube: https://youtu.be/j-hg7-WTH94 | |
######################################################################################################################################## | |
#!/bin/bash | |
sudo apt-get update | |
sudo apt update | |
sudo apt-get install software-properties-common | |
sudo apt update | |
sudo apt -y install apache2 | |
sudo apt update | |
sudo systemctl stop apache2.service | |
sudo systemctl start apache2.service | |
sudo systemctl enable apache2.service | |
sudo systemctl status apache2.service | |
sudo apt install php php-cli php-mysql php-zip php-json php-gd php-mbstring php-curl php-xml php-pear php-bcmath php-pdo openssl -y | |
php --version | |
sudo apt update | |
#VISIT https://github.com/settings/applications/new to set a new applications named gitscrum | |
Application name: gitscrum | |
Homepage URL: http://gitscrum.your_domain/ | |
Authorization callback URL: http://gitscrum.your_domain/ | |
#generate Client ID and Client secrets and copy them | |
sudo php artisan config:cache | |
#now browse to http://gitscrum.your_domain/ |
Author
LinuxlinkedBD
commented
May 7, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment