- 120 POINTS. If you can learn all this.
- Setup in 5 minutes.
- ALL SETUPS with WORDPRESS..
- Only vftpd or a service is missing if you are interested go to CONTRIBUTE
This project is part of the 42Cursus curriculum, specifically designed for the Born2Code program. Born2Broot is an introduction to system administration, where the goal is to set up a basic Linux system from scratch, configure it, create Wordpress and connect databases.
- Virtual Machine.
- Debian Setup done already.
apt install git
- OPEN PORTS from virtual machine setup: 80 (for Wordpress) 4242 (for SSH connection).
Take the Snapshot of the Clean Setup. (You have installed Debian and apt install git
) LIKE RECOVERY I DID HERE.
- If there is any update or changes to Linux Filesystem
- Or changes to Wordpress or any configuration file.
To FINISH EASILY the Born2Broot project, follow these steps:
-
Clone the repository:
git clone https://github.com/fygen/born2broot-AUTO.git
-
Navigate to the project directory:
cd preseed # Enter folder chmod 777 * # Give files system rights
Then
-
Install and configure everything one by one using this Terminal prompts press "y" to all:
./executeLines.sh 1system_setup_and_sudo_config.sh
one by one
./executeLines.sh 2install_required_packages.sh ./executeLines.sh 3configure_ssh_and_firewall.sh ./executeLines.sh 4password_policy_configuration.sh ./executeLines.sh 5setup_monitoring_and_reboot.sh ./executeLines.sh 6wordpress_lighttpd_mariaDB_php.sh
And here you go. Including Wordpress setup all IS done. You only need to press "y" to all prompts of installer. If there is a problem just CTRL C to quit and retry what is the problem, or contact me, for some other solution.
Contributions are welcome! To contribute to the Born2Broot AUTOMATIZATION project, follow these steps:
-
Fork the repository.
-
Create a new branch: (which can be autonomous or SERVICE)
git checkout -b autonomous/autonomous-using-loop
-
Make your changes and commit them:
git commit -am "Add new feature"
-
Push to the branch:
git push origin autonomous/autonomous-using-loop
-
Submit a pull request.
This project is licensed under the MIT License.
For any inquiries or support, please contact fatihyegen.09@gmail.com.