Skip to content

Instantly share code, notes, and snippets.

@LinuxlinkedBD
Created May 7, 2021 14:37
Show Gist options
  • Save LinuxlinkedBD/413d43a4fcecb61d9e1317d911bdab99 to your computer and use it in GitHub Desktop.
Save LinuxlinkedBD/413d43a4fcecb61d9e1317d911bdab99 to your computer and use it in GitHub Desktop.
How to install GitScrum on Ubuntu 20.04 LTS (Focal Fossa)
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/
@LinuxlinkedBD
Copy link
Author

Screenshot from 2021-05-07 11-12-14
Screenshot from 2021-05-07 11-12-46
Screenshot from 2021-05-07 11-12-47
Screenshot from 2021-05-07 11-12-48
Screenshot from 2021-05-07 11-12-49
Screenshot from 2021-05-07 11-13-45
Screenshot from 2021-05-07 11-13-55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment