mirror of
https://gh.wpcy.net/https://github.com/lucanos/WordPress-Remote-Installer.git
synced 2026-05-03 08:49:03 +08:00
1 line
No EOL
2.5 KiB
JSON
1 line
No EOL
2.5 KiB
JSON
{"name":"Wordpress-remote-installer","tagline":"Allows for the remote installation of Wordpress, Plugins and Themes with only one file being uploaded via FTP","body":"Wordpress Remote Installer\r\n==========================\r\n\r\nInstalling Wordpress is relatively easy. Their developers have done alot of work and spent alot of time making the actual installation as easy as possible, but problems persist, specifically getting Wordpress onto the actual server to run that installation.\r\n\r\nSome webhosts offer services allowing for Wordpress to be automatically installed into a site, but these installs often contain bloatware in the form of extensions or themes which, frankly, are useless.\r\n\r\n## The Old Way\r\nPreviously, the only way to install Wordpress onto webhosts who do not offer automated installs (or onto webhosts who do, but where you want to avoid that bloatware) was by:\r\n\r\n1. Going to the Wordpress website\r\n2. Downloading the latest version of Wordpress\r\n3. Extracting Wordpress on your computer\r\n4. Connecting to the Server with an FTP client\r\n5. Uploading the numerous Wordpress files\r\n\r\n## The New Way\r\nThe Wordpress Remote Installer aims to eliminate almost all of these steps, instead, installing Wordpress would be as simple as:\r\n\r\n1. Upload **wp-remote-install.php**\r\n2. (Optional) Upload **wp-remote-plugins.txt** and/or **wp-remote-themes.txt**\r\n3. Go to **http://yourserver.com/wp-remote-install.php**\r\n\r\nThe script then performs all the following for you:\r\n\r\n1. Downloads the latest version of Wordpress\r\n2. Extracts it onto your server\r\n3. (Optionally) Downloads and extracts your listed Plugins and/or Themes into the new install of Wordpress\r\n4. Deletes itself\r\n5. Redirects you to the Wordpress Installer\r\n\r\nThe bonus being that all of the downloading of Wordpress, its Plugins and Themes happen between your server and the Wordpress servers - through links far faster than the connection to your home.\r\n\r\n## Requirements\r\nIn order for this script to work, your webserver must:\r\n\r\n- Be empty\r\n- Have **allow\\_url\\_fopen** enabled\r\n\r\n(Pretty simple requirements, really. Most webservers will satisfy these needs.)\r\n\r\n## Installation\r\nPretty straight-forward, really...\r\n\r\n1. Connect to your webserver via FTP\r\n2. Upload **wp-remote-install.php**\r\n3. Go to **http://yourserver.com/wp-remote-install.php**\r\n4. Complete the Wordpress Install\r\n5. Have a beer.","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."} |