Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ysdragon/development-environment
Advanced Bash Script to install: Apache2, Nginx, Openlitespeed, PHP (From 5.6 to 8.0), MariaDB, Nodejs, and Python.
https://github.com/ysdragon/development-environment
codeigniter fuelphp laravel nginx nodejs phalcon php python python3 yarn
Last synced: 12 days ago
JSON representation
Advanced Bash Script to install: Apache2, Nginx, Openlitespeed, PHP (From 5.6 to 8.0), MariaDB, Nodejs, and Python.
- Host: GitHub
- URL: https://github.com/ysdragon/development-environment
- Owner: ysdragon
- Created: 2021-07-18T11:21:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-20T18:21:10.000Z (over 3 years ago)
- Last Synced: 2023-09-10T09:51:42.072Z (over 1 year ago)
- Topics: codeigniter, fuelphp, laravel, nginx, nodejs, phalcon, php, python, python3, yarn
- Language: Shell
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Development/Production Environment
For Ubuntu 18.04 => Ubuntu 21.04
Bash Script For Easy Installing Apache2, Nginx, Openlitespeed, PHP, MariaDB, Nodejs and Python.
Also, It has ** Normal (any php script that not using public directory) and ** Laravel (Using public directory) Selection (For now for apache only)!
To Install => Simply run ``` apt -y install wget && wget https://raw.githubusercontent.com/mrnitr0/Development-Environment/main/installer.sh && bash installer.sh```
# Known Bugs
1- You will have a problem after installing Nginx that you have to run this ```rm -rf /etc/nginx/sites-enabled/dragon-normal.conf && systemctl restart nginx``` if you have chosen it for Laravel. Also, if you have chosen it for normal (for any php script) then you have to run this ```rm -rf /etc/nginx/sites-enabled/dragon-laravel.conf && systemctl restart nginx```
# You can report for any issue
# You can request features