Jump to content

Auto-installer script


Nabeel

Recommended Posts

  • Administrators

This is an installer script for phpVMS. Download from:

http://github.com/ns...pvms_install.sh

You need shell access. To use, upload to your phpVMS directory (or where you want to install phpVMS). Instead of uploading, you can also just WGET the script:

cd /path/to/phpvms
wget http://github.com/nshahzad/phpvms_utils/raw/master/phpvms_install.sh 

chmod +x phpvms_install.sh
./phpvms_install.sh

Then follow the prompts. You can easily install/upgrade/upgrade betas, including on an existing install which you didn't use this script on, though it has to be over version 2.0

Gimme feedback! :)

Link to comment
Share on other sites

  • Administrators

I normally use wget anyway and just extract, ill be giving this way a go when i get in on my dev site.

Cool, I usually did that too, but this just is a shorter way of it. I'm lazy, what can I say :lol:

I have to many shell scripts even at work, from distibuting SSH keys to downloads and extracts.

But this is one script that'll be used for setup on the new hosting servers. Figured I'd make it public first.

Link to comment
Share on other sites

  • Moderators

This is an installer script for phpVMS. Download from:

http://github.com/ns...pvms_install.sh

You need shell access. To use, upload to your phpVMS directory (or where you want to install phpVMS). Instead of uploading, you can also just WGET the script:

cd /path/to/phpvms
wget http://github.com/nshahzad/phpvms_utils/raw/master/phpvms_install.sh 

chmod +x phpvms_install.sh
./phpvms_install.sh

Then follow the prompts. You can easily install/upgrade/upgrade betas, including on an existing install which you didn't use this script on, though it has to be over version 2.0

Gimme feedback! :)

How do i run this thing?

Link to comment
Share on other sites

Guest N402KC

How do i run this thing?

Just as it says. You will need SSH Access to your website. If you have ssh access, Login via PuTTY or any SSH Client, And paste those commands in and it works.

Link to comment
Share on other sites

×
×
  • Create New...