My Local Farm Website Creation
1. Get domain from namecheap (mylocalfarm.me)
2. Get hosting from digitalocean
3. Connect to console
5. install php:
2. Get hosting from digitalocean
3. Connect to console
- log in etc (look at past journals to verify steps)
- ssh root@<ip address> in console from digital ocean
- ssh root@<ip address> from remote computer
5. install php:
sudo apt-get install php-mbstring php7.0-mbstring php-gettext
sudo service apache2 restart
6. adding a new useruseradd userName
7.adding a new user passwordpasswd userName
8. sign into the new user su -l newUser
8. sign out of new userexit
9. add new user to sudoers groupsudo adduser userName sudo
10. install fail2ban to avoid ddos attacksudo apt-get install fail2ban
11.Okay so apparently this idea has already been made so im going to shift more into learning concepts and put this project on the back burner.
Comments
Post a Comment