Skip to content

nomadtechiemike/automatic-install-LEMPC-with-MySetting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

server Setting Script base on bash and ubuntu16.04 LTS

Feature

  • Automatic install Nginx
  • Automatic install MariaDb
  • Automatic install php 7.3, Codeigniter, dotenv using Composer
  • Automatic install PhpMyAdmin
  • Automatic install ssh server with root acces setting
  • Automatic install vsftpd with root access and umask 022

Usage

$curl -S https://raw.githubusercontent.com/dhtmdgkr123/automatic-install-LEMPC-with-MySetting/master/serverSettingHelper.sh | sudo bash

Warning! after finish to setting your server will be reboot and this script download package!! please use only develper server!

Change Log

Version 1.0.0.0

  1. Install Nginx
  2. Install MariaDb
  3. Install php7 php Curl, php fpm
  4. Install PhpMyAdmin
  5. Install ssh server
  6. Install vsftpd

Version 1.0.0.1

1. fix SyntaxBug

Version 1.0.0.2

1. fix SyntaxBug

Version 1.0.0.3

1. fix pathError

Version 1.0.1.0

1. use packageExists all of package with out php

Version 1.0.1.1

1. fix phpmyadmin 404 error bug

Version 1.0.1.2

1. add stable Code

Version 1.0.1.3

1. remove Codeigniterfolder variable and edit unzip pacakge error

Version 1.0.1.4

1. fix SyntaxBug

Version 1.0.1.5

1. edit /etc/nginx/sites-available/default and edit some logic

Version 1.1.0

1. Upgrade php 7.3
2. Install Coposer
3. Install Codeigniter
4. Install Dotenv

License

GPL-3.0 Copyright (c) osh12201@gmail.com

Contact : osh12201@gmail.com

About

install openssh-server(allow root login), vsftpd(allow root access), maria db, codeigniter(3.1.9), phpmyadmin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 83.1%
  • Shell 16.9%