XVideoSharing - How can I install XVS script on local host?

Message
Author
muqaddasshahzad
Posts: 5
Joined: Jul 12, 2016 2:39 pm

How can I install XVS script on local host?

#1 Postby muqaddasshahzad » Jul 19, 2016 5:56 pm

( I didn't ask this question on Support Ticket as I believe if I get staff answer for me that could help many other buyers to follow the procedure suggested here. )

Hello,

For the designing purpose or other trials of settings, is it possible that we can install XVS script on our localhost ..? if so then please tell us the procedure so that we can get benefit from it ..

I believe this forum would not be a dead forum and may help us newbies ...

Regards,
vidabc.com

hostlife
Posts: 192
Joined: Aug 13, 2011 12:34 pm

#2 Postby hostlife » Jul 21, 2016 4:59 pm

As far as I know, it's not possible.

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#3 Postby admin » Jul 21, 2016 5:16 pm

you can easily install it on your local server (of course running linux). just configure virtualhost as domain in your license. then add record into your hosts file which will point your domain name to your local server.

tendea
Posts: 71
Joined: Feb 28, 2013 9:59 pm

#4 Postby tendea » Jul 24, 2016 8:36 pm

add in /etc/hosts

yourdomain.com 127.0.0.1

save and refresh with

/etc/init.d/networking restart


configure one virtualhost of apache with
yourdomain.com and your script folder on your pc.


Very easy.