Administrators Nabeel Posted March 19, 2010 Administrators Report Share Posted March 19, 2010 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 More sharing options...
Guest N402KC Posted March 19, 2010 Report Share Posted March 19, 2010 What code would we use for updating? Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted March 19, 2010 Author Administrators Report Share Posted March 19, 2010 What code would we use for updating? Huh? When you run it, it asks you Link to comment Share on other sites More sharing options...
Guest N402KC Posted March 19, 2010 Report Share Posted March 19, 2010 Works Great! Link to comment Share on other sites More sharing options...
Moderators mark1million Posted March 19, 2010 Moderators Report Share Posted March 19, 2010 I normally use wget anyway and just extract, ill be giving this way a go when i get in on my dev site. Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted March 19, 2010 Author Administrators Report Share Posted March 19, 2010 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 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 More sharing options...
Guest N402KC Posted March 19, 2010 Report Share Posted March 19, 2010 wget is the easiest, but some servers dont come with it so i hate installing it. Link to comment Share on other sites More sharing options...
Moderators Kyle Posted March 20, 2010 Moderators Report Share Posted March 20, 2010 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 More sharing options...
Guest N402KC Posted March 20, 2010 Report Share Posted March 20, 2010 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 More sharing options...
Recommended Posts