Advertisement
Guest User

Untitled

a guest
Mar 6th, 2017
3,100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. COMMANDS:
  2.  
  3. Open PUTTY:
  4.  
  5. apt-get update > Y
  6. apt-get upgrade > Y
  7. apt-get apache2 > Y
  8. apt-get install php5 libapache2-mod-php5 > Y
  9. apt-get install mysql-server mysql-client > Y > Setup your NEW DATABASE PASSWORD > Repeat the password
  10. apt-get install phpmyadmin > Y > Press "SPACE" then "TAB" then "Enter" > No common settings
  11. apt-get install php5-mysql php5-curl php5-gd php5-intl php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-ming php5-ps php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl > Y
  12.  
  13. Open FILEZILLA:
  14.  
  15. Host: Your VPS IP Username: Root Password: Your VPS Password (Not db) Port: 22
  16. Go to etc / sites-available / Modify default and change the second "None" to "All" and save.
  17.  
  18. Open PUTTY:
  19. a2enmod rewrite
  20. /etc/init.d/apache2 restart > Y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement