You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
345 B
Bash
17 lines
345 B
Bash
sudo dnf update
|
|
sudo dnf upgrade
|
|
sudo dnf install git mariadb mariadb-server composer nginx vim
|
|
|
|
mysql_secure_installation
|
|
|
|
echo "PATH='$PATH:$HOME/.composer/vendor/bin'" >> ~/.bashrc
|
|
source ~/.bashrc
|
|
|
|
composer global require "laravel/installer"
|
|
|
|
mkdir Git
|
|
cd Git
|
|
git clone https://github.com/BraydonKains/GameGab.git
|
|
cd GameGab
|
|
composer update
|