Opened 2 years ago

Last modified 20 months ago

#16509 new feature request

Offer remote install-script as installer option

Reported by: youngmicroserf Owned by:
Priority: normal Milestone: Awaiting Review
Component: General Version:
Severity: normal Keywords: installer remote script
Cc: kpayne@…

Description

I've just tried this script

http://instantinstall.org/

and I wondered if it weren't a useful addition to have an officially supported remote install script for WP. So people could download the script instead of the entire package, upload it to their servers and let them do the heavy lifting. This would be particularly useful for people who regularly set up WP for clients.

Having a wp.org supported script would be great for people who are weary of using third party code.

Attachments (3)

instantinstall.php (417 bytes) - added by Denis-de-Bernardy 2 years ago.
Scary script... part 1
installer.php (11.2 KB) - added by Denis-de-Bernardy 2 years ago.
Scary script, part2
wp-install.php (14.3 KB) - added by kurtpayne 20 months ago.

Download all attachments as: .zip

Change History (6)

comment:1 follow-up: ↓ 2   nacin2 years ago

comment:2 in reply to: ↑ 1   dd322 years ago

Replying to nacin:

There's also http://wpquickinstall.com/

And before someone complains it's out of date, It's on the makeover list right now.

Scary script... part 1

Scary script, part2

  • Cc kpayne@… added

I think this is a good idea. I've seen several versions of this concept, with tinywp being the only one that was just a download bootstrapper. In my opinion, it was too bare bones. Also, I didn't see it submitted as a patch ;-).

Unlinke other third party tools (hat tip to wpquickinstall), the version I submitted, wp-install.php, is not an installer replacement. It's a download bootstrapper, with as much compatibility as I could cram in.

It will use curl, fopen, and fsockopen to connect to wordpress.org, it has support for ziparchive as well as pclzip (hosted on my test site currently, but should be hosted on wp.org), is styled with the WP style, works on the command line as well as in the browser, and will perform a safety-check before overwriting any files.

Thoughts?

Note: See TracTickets for help on using tickets.