Giter VIP home page Giter VIP logo

wordpress-remote-installer's Introduction

WordPress Remote Installer

Installing 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.

Some 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.

The Old Way

Previously, 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:

  1. Going to the WordPress website
  2. Downloading the latest version of WordPress
  3. Extracting WordPress on your computer
  4. Connecting to the Server with an FTP client
  5. Uploading the numerous WordPress files

The New Way

The WordPress Remote Installer aims to eliminate almost all of these steps, instead, installing WordPress would be as simple as:

  1. Upload wp-remote-install.php
  2. (Optional) Upload wp-remote-plugins.txt and/or wp-remote-themes.txt
  3. Go to http://yourserver.com/wp-remote-install.php

The script then performs all the following for you:

  1. Downloads the latest version of WordPress
  2. Extracts it onto your server
  3. (Optionally) Downloads and extracts your listed Plugins and/or Themes into the new install of WordPress
  4. Deletes itself
  5. Redirects you to the WordPress Installer

The 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.

Requirements

In order for this script to work, your webserver must:

  • Be empty
  • Have allow_url_fopen enabled

(Pretty simple requirements, really. Most webservers will satisfy these needs.)

Installation

Pretty straight-forward, really...

  1. Connect to your webserver via FTP
  2. Upload wp-remote-install.php
  3. Go to http://yourserver.com/wp-remote-install.php
  4. Complete the WordPress Install
  5. Have a beer.

wordpress-remote-installer's People

Contributors

lucanos avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.