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.

Updates
#1
Attachment doesn't seem to be working - patch can be found here:
http://files.gimmesoda.com/dreamhost/software_patches/statusnet/install....
You can also subscribe to the
RSS feed for updates to this issue.