Command Line Install / Interactive Command Line Install

Command Line Install / Interactive Command Line Install

Issue ID:2226
Issue Category:enhancement
Component:uncategorized
Priority:normal
Status:active
Assigned:evan
Version:0.9
Milestone:0.9
Keywords:installer

In efforts to help with the automation of the installation process I wrote a modification to the install.php file which allows for an interactive installation, as well as a modification for automated installs.

Automated installs would be run using something like this:
php install.php dbhost sqltype dbname dbuser dbpass "Site Name Goes Here" siteurl fancyurl

sqltype = mysql (it can also be pgsql)
Site name should be quoted, some characters like ! should be escaped.
siteurl = domain.com (not using http:// and no ending slash)
fancyurl is either true or false and if true the htaccess.sample should be renamed to .htaccess

Or for the interactive install just running the following, will ask for the details needed for the installer.

php install.php install

Patch is attached.

Legacy Data

This issue was migrated from another tracking system. The legacy data at time of import is provided below as a reference.

Ticket ID: 
2226
Reported by: 
jgalvez
Owner: 
evan
Status: 
new
Type: 
enhancement
Component: 
uncategorized
Priority: 
3
Version: 
0.9
Milestone: 
0.9

Updates

#1

Attachment doesn't seem to be working - patch can be found here:

http://files.gimmesoda.com/dreamhost/software_patches/statusnet/install....

Login or Register to modify this issue, or to receive updates by email.

You can also subscribe to the RSS feed for updates to this issue.