Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

ProcessWireKickstart

ProcessWireKickstart is a single-file PHP installer/loader script for ProcessWire CMS.

Quick Download

Using curl

curl -OfsS https://raw.githubusercontent.com/markusthomas/ProcessWireKickstart/refs/heads/master/kickstart.php

Using wget

wget -nv https://raw.githubusercontent.com/markusthomas/ProcessWireKickstart/refs/heads/master/kickstart.php

Usage

After downloading, simply run the script in your web browser from your web server/development environment:

# localhost
http://127.0.0.1/kickstart.php

# ddev
https://kickstart.ddev.site/kickstart.php

Depends on your setup. See instructions for your specific environment. Works with DDEV, Laragon, and other local development environments.

Requirements

  • PHP 7.4 or higher (PHP 8.0+ recommended)
  • ZipArchive extension
  • Write permissions on the directory
  • CURL or allow_url_fopen enabled

Features

  • One-file installer - Single PHP script handles everything
  • Multi-language UI - English, German, Spanish, French
  • Version selection - Choose stable master, dev branch, or specific releases
  • Auto-download - Downloads ProcessWire directly from GitHub
  • Auto-extraction - Extracts and sets up files automatically
  • Browser language detection - Automatically detects and sets UI language

License

MIT

Author

Markus Thomas

About

ProcessWire One-File-Installer / Loader This script downloads the latest version of ProcessWire (Master or Dev), extracts it to the current directory, and prepares the official installer.

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages