antknight Posted November 18, 2012 Share Posted November 18, 2012 Currently I use shard hosting with cPanel for all my websites and use Espresso to edit files directly on the server. I think this is a bit old fashioned now, not to mention slow. Am I wrong in thinking I can install PW directly from Github to my shared hosting and always keep it up to date? I read this http://processwire.c...app-for-macosx/ but I don't really understand all the new terminology. I read the installation instructions but got stuck at step 1. INSTALLATION FROM GIT --------------------------------------------------------------------------- 1. Git clone ProcessWire to the place where you want to install it. 2. Load the location where you installed ProcessWire into your browser. This will initiate the ProcessWire installer. The installer will guide you through the rest of the installation. Help! Link to comment Share on other sites More sharing options...
WillyC Posted November 18, 2012 Share Posted November 18, 2012 many host.not have git but if do you can mine host no have git so i do in ssh cd public_html wget https://github.com/ryancramerdesign/ProcessWire/archive/master.zip unzip master this unzip master make some dir call ryancram... [blahblahblah] (somethin like), so remember for when i show [ dir made by unzip ] mv wire wire.olden that.make backup if we need , now move new one to reeplace mv [ dir made by unzip ]/wire ./wire and move htaccess if needed [ usually not ] mv [ dir made by unzip ]/htaccess.txt ./.htaccess get rid of [ dir made by unzip ] and the zip rm -r [ dir made by unzip ] rm master.zip check site working all good? deleted wire.olden rm -r wire.olden 1 Link to comment Share on other sites More sharing options...
antknight Posted November 18, 2012 Author Share Posted November 18, 2012 Thanks!...off to get Git and SSH enabled... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now