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.git
Note: the scripts must be cloned into the any other folder, but we recommend
~/server
bash help.sh
LEMP stands for Linux, Nginx (Engine-X), MariaDB/MySQL and PHP.
bash install:lemp.sh
Run to install all required dependencies and configure the server for production.
bash install:nginx.sh
bash install:maria.sh
bash install:mysql.sh
bash install:postgres.sh
bash install:php.sh
bash install:php7.sh
bash install:node.sh
bash install:composer.sh
bash install:mongo.sh
bash install:certbot.sh
bash laravel.sh
bash add:cron.sh
bash supervisor.sh
bash nginx:host.sh
bash laravel:file.sh
bash setup:express.sh