Last active
March 13, 2022 16:49
-
-
Save LinuxFintech/aa677be86b066495f9f4fb457a0e2cea to your computer and use it in GitHub Desktop.
Deploy Attendize is an open-source ticket selling and event management platform
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
PING ME TO ENGAGED YOUR WORKS: | |
SMS: +8801735917013 | |
IMO: +8801735917013 | |
BiP: +8801735917013 | |
Viber: +8801735917013 | |
Signal: +8801735917013 | |
Discord: +8801735917013 | |
Telegram: https://t.me/LinuxFintech | |
WhatsApp: +8801735917013 | |
Skype: https://join.skype.com/uZtGEczcYM0J | |
Email: [email protected] | |
apt update -y | |
apt upgrade -y | |
mysql_secure_installation | |
nano /usr/lib/systemd/system/mariadb.service | |
systemctl restart mariadb | |
systemctl status mariadb | |
systemctl is-enabled mariadb | |
cd html | |
git checkout master | |
git init | |
git add . | |
git commit -m "test"php composer.phar validate | |
php composer.phar cc | |
php artisan attendize:install | |
php composer.phar install | |
Enjoy Attendize |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment