03-30-2016, 05:53 PM
Not unless you are planning to sell hosting or other services. 30gb suggests not
SSH to your VPS and run:
tasksel
and choose the LAMP server option to install the full stack.
If it isn't already included, install phpMyAdmin: sudo apt-get install phpmyadmin
Now you can install UserSpice in the html root (/var/www/html[?]) or go on to create name based virtual hosts for a multi-domain system. https://help.ubuntu.com/lts/serverguide/...figuration
And I'm guessing you mean VPS rather than VHS - old school!
Shout up for help with ssh, command line stuff and LAMP configurations. Have a glance at Node.js too
SSH to your VPS and run:
tasksel
and choose the LAMP server option to install the full stack.
If it isn't already included, install phpMyAdmin: sudo apt-get install phpmyadmin
Now you can install UserSpice in the html root (/var/www/html[?]) or go on to create name based virtual hosts for a multi-domain system. https://help.ubuntu.com/lts/serverguide/...figuration
And I'm guessing you mean VPS rather than VHS - old school!
Shout up for help with ssh, command line stuff and LAMP configurations. Have a glance at Node.js too