Question
How to make a website on ubuntu with php
So im trying to make a CSGO Gambling website following this tutorial.
https://www.youtube.com/watch?v=kkseXI32jy4&list=PL2-vMEK3ncCzNudcbNR22jpYAymMT9ElW
Whenever i enter - sudo nano /etc/apache2/mods-enabled/dir.conf It doesnt look the same as the guy in the tutorial. I follow everything he does but it never is the same. I tried destroying then making new droplets.
- LOG INTO ROOT
- CHANGE PASSWORD
- sudo apt-get update
- sudo apt-get install apache2
- sudo apt-get install mysql-server php5-mysql
- sudo mysqlinstalldb
- sudo mysqlsecureinstallation
- sudo apt-get install php5 libapache2-mod-php5 php5-mcrypt I did all this before so i dont know why its not working
Im using ubuntu
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×