Giter Club home page Giter Club logo

wp-installer's Introduction

WP-Installer

Description

A thin wordpress php installer.

What You Need to know?

  • No Php skils are required. Just put this file in your destination folder with a wordpress zip file beside
  • ...what you are doing. Seriusly, if you don't know what are you doing please ask first.

Prerequisites

  • A server
  • An FTP connection
  • Internet
  • A Brain (that works, if you haven't one you can find it here ) :)

Features

  • He installs wordpress by the zip (needed) side this php file.
  • He works great :) now with new graphics too!
  • He request you the folder to install (automatically catch it, the default one as '/')

CHANGELOG

Version 1.5

New Graphics and Folder support

  • Added folder support
  • Added graphic (thanks to codrops for the design inspirations)
  • Bug Fixes (we all says this, but most of time is just some stuff that we don't knwo how to say :| )

Version 1.0

(beta... alpha... pre alpha... naah! This was too baad maaaan!)

  • ... Seriusly... the code was just this:
  $zip = new ZipArchive;
  if ($zip->open('wordpress.4.1.zip') === TRUE) {
      $zip->extractTo('/');
      $zip->close();
      echo 'ok';
  } else {
      echo 'failed';
  }

NEXT Features

  • Ajax response of installation
    • Zip get from wordpress.org of the latest wordpress version (sure)
    • Choose old version (a select that make you choose an older wordpress version) (unsafe)

wp-installer's People

Contributors

paolofalomo avatar

Stargazers

 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.