It's never been easier to host Laravel, NodeJS, and Nginx on Ubuntu and Debian.
This sample tool streamlines the process and does not require any additional software to run, ensuring seamless integration with Nginx for optimized hosting.
- nginx
- PHP & Laravel
- Mysql
- Nvm
- NodeJS
- Host Laravel Project
- Host NodeJS Project
- Remove existing domains
- creating database and users
to install perform these commands
git clone https://github.com/FDX100/lara_hoster.git
cd lara_hoster
sudo pip3 install -r requirements
sudo python3 lara_hoster.py
or just run this command
sudo curl -O https://raw.githubusercontent.com/FDX100/lara_hoster/main/lara_hoster.py && sudo pip3 install tabulate && sudo python3 lara_hoster.py
Please get in touch if you have any new ideas.
Keep in mind that this is the second version.