WP Quick Install is the easiest way to install WordPress.
A lightweight script which automatically downloads and install WordPress, plugins and themes you want.
Simply download the .zip archive et go to wp-quick-install/index.php
Individual fork to speed up 'HTML to WP' developing.
- Deleting TwentySeventeen theme.
- Zip file can have any name.
- Theme folder will be called by the zip file's name.
- Auto adding style.css with "Theme Name" same as website title.
- Added importing files to new theme directory (in case you want to add prepared function.php, screenshot.png etc.) from "import" directory.
- Changed few checkboxes that I was clicking on every installation to be checked out of stock.
- Deleted unused (by me) plugins and replaced with CMB2.
- Preg_replace css/, img/ and js/ with /css/ etc.
- Adds wp_head() and wp_footer() to the index file.
- Delete Tweentyfifteen & Tweentysixteen themes
- Fix quote issue with WordPress.com API Key
- Fix database issue since WordPress 4.1
- You can add your WordPress.com API Key
- Add SSL compatibility
- Remove SSL function (cause trouble with process installation)
- Add a script header
- Security improvement
- Fix error for PHP > 5.5: Strict standards: Only variables should be passed by reference in ../wp-quick-install/index.php on line 10
- Possiblity to select WordPress language installation
- Permaling management
- You can now declare articles to be generated via data.ini file
- Fix bug on new articles
- You can now select the revision by articles
- Media management
- Security : Forbiden access to data.ini from the browser
- noindex nofollow tag.
- Premium extension by adding archives in plugins folder
- You can enable extension after installation
- Auto supression of Hello Dolly extension
- You can add a theme and enable it
- You can delete Twenty Elever and Twenty Ten
- Fix a JS bug with data.ini
- You can delete the default content added by WordPress
- You can add new pages with data.ini
- Data.ini update
- Two new debug options : Display errors (WP_DEBUG_DISPLAY) and Write errors in a log file (WP_DEBUG_LOG)
- SEO Fix bug
- Automatic deletion of licence.txt and readme.html
- Deletion of all exec() fucntions
- Unzip WordPress and plugins with ZipArchive class
- Using scandir() and rename() to move WordPress files
- Checking chmod on parent folder
- Adding a link to website and admin if success
- You can now pre-configure the form with data.ini
- Code Optimisation
- Initial Commit