Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/splitbrain/dokuwiki-downloader
Download and install DokuWiki on hosted webspace
https://github.com/splitbrain/dokuwiki-downloader
dokuwiki php
Last synced: 27 days ago
JSON representation
Download and install DokuWiki on hosted webspace
- Host: GitHub
- URL: https://github.com/splitbrain/dokuwiki-downloader
- Owner: splitbrain
- Created: 2010-06-12T09:41:48.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T12:22:26.000Z (about 6 years ago)
- Last Synced: 2024-10-05T13:17:27.602Z (about 1 month ago)
- Topics: dokuwiki, php
- Language: PHP
- Homepage: http://www.dokuwiki.org/install:downloader
- Size: 58.6 KB
- Stars: 8
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DokuWiki Downloader
This script will download and install the latest stable version of DokuWiki
into the same directory as this script.This is the most simplest and fastest way to install DokuWiki on hosted web
space.## Usage
A detailed description with screenshots (for an older version of this script) is available in a
[blog post](http://www.splitbrain.org/blog/2008-12/24-setup_dokuwiki_on_free_hosting_in_less_than_15_minutes).1. download the [dokuwiki-downloader.php](https://github.com/splitbrain/dokuwiki-downloader/raw/master/dokuwiki-downloader.php) script to your computer
2. upload the script to the directory on your server where you want to install DokuWiki using FTP, SCP or your hoster's webinterface
3. Visit `http://example.com/dokuwiki/dokuwiki-downloader.php` (Adjust the address to match your domain and where you placed the script)
4. follow the on-screen instructions## Development
Development happens in the [devel](https://github.com/splitbrain/dokuwiki-downloader/tree/devel) branch. The `dokuwiki-downloader.php` is built from multiple source files with the `build.php` script.