Scripts to help during server setup for project hosted on Ubuntu server. These scripts are for installing dependencies, configuring Cron Job.
- Ubuntu Server Min:16.04
These scripts were intended to be run as the root user.
- Change directory to
~
cd ~
- Clone the repository into
~/server
git clone https://github.com/gidicodes/server.gitNote: the scripts must be cloned into the any other folder, but we recommend
~/server
bash help.shLEMP stands for Linux, Nginx (Engine-X), MariaDB/MySQL and PHP.
bash install:lemp.shRun to install all required dependencies and configure the server for production.
bash install:nginx.shbash install:maria.shbash install:mysql.shbash install:postgres.shbash install:php.shbash install:php7.shbash install:node.shbash install:composer.shbash install:mongo.shbash install:certbot.shbash laravel.shbash add:cron.shbash supervisor.shbash nginx:host.shbash laravel:file.shbash setup:express.sh