Skip to content

ron4fun/ubuntu-apache-server-and-laravel-setup-script

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automate Ubuntu 16.04 Server and Laravel Application Setup

The setup scripts installs the following software:

  • Apache
  • MySQL
  • PHP
  • Composer
  • Git

Follow the interactive shell and complete the installations and configurations.

1. Run LAMPInstaller.py

sudo python LAMPInstaller.py

2. Secure your MySQL Server

mysql_secure_installation

3. Set correct timezone

dpkg-reconfigure tzdata

4. Run db_config.py

sudo python db_config.py

5. Run laravelInstaller.py

sudo python laravelInstaller.py

###License

This "Software" is Licensed Under MIT License (MIT) .

About

Automate Ubuntu 16.04 Server and Laravel Application Setup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%