The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/printthread.php(287) : eval()'d code 2 errorHandler->error
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



UserSpice
New to vps - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Miscellaneous (https://userspice.com/forums/forumdisplay.php?fid=28)
+--- Forum: Off-topic Discussions (https://userspice.com/forums/forumdisplay.php?fid=10)
+--- Thread: New to vps (/showthread.php?tid=113)

Pages: 1 2


New to vps - rbfritz - 03-30-2016

I recently got a unmanned VHS for really cheap stats are

4 core
6gb memory
30gb ssd storage
2 tb traffic

For 7.00 a month. This is unmanned with root access.
Available os

Centos 7 64 bit
Debian 8 64 bit
Fedora 22 64bit
Ubuntu 15.04 64 bit

What should I do first? Install some sort of cpaneal?


New to vps - astropos - 03-30-2016

Not unless you are planning to sell hosting or other services. 30gb suggests not Smile

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/httpd.html#http-configuration

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 Smile


New to vps - rbfritz - 03-30-2016

Thank you i will read up on those links. Beleive it or not i still have 100s of vhs tapes and 2 players, lol too funny..


New to vps - rbfritz - 03-30-2016

what do you use to unzip files on the server?


New to vps - mudmin - 03-30-2016

I have not had any luck getting my vm of ubuntu to work in general much less install xampp on it.

Most hosts like hostgator have a cpanel that has a file manager that lets you unzip. If yours doesn't, you have to unzip locally and ftp the files over to the server. It takes a few mins that way, but it isn't bad.


New to vps - mudmin - 03-30-2016

Oh...sorry...I didn't see astropos was helping you. He knows what he's doing...I'll leave that alone.



New to vps - rbfritz - 03-30-2016

Iam willing to pay someone to setup my vps correctly


New to vps - rbfritz - 03-30-2016

ok makeing progress, only thing now is mysqli support unavailable, how do i enable that on ubuntu 15.04


New to vps - mudmin - 03-30-2016

@Astropos is your man there. I actually think you can get by without mysqli support on 4.x though if the PDO seems to be working. Did that test come back ok?


New to vps - rbfritz - 03-30-2016

i believe i have got it going i will report back