aboutsummaryrefslogtreecommitdiffstats
path: root/install/INSTALL.txt
Commit message (Collapse)AuthorAgeFilesLines
* emoji reactions from hubzilla becoming top level posts on zap because of ↵zotlabs2019-07-111-1/+1
| | | | missing object
* Update INSTALL.txtMax Kostikov2019-04-151-1/+1
|
* redirect stdout/stderr on cron commandzotlabs2018-08-281-1/+1
|
* update install.txtMario Vavti2018-08-081-1/+1
|
* Add XMLreader in PHP requirementsMax Kostikov2018-08-031-3/+4
|
* update install instructionsMario Vavti2018-06-061-10/+10
|
* remove server role selection details from install documentation, no longer ↵zotlabs2017-10-021-30/+10
| | | | needed
* update installation requirements - php 5.6 and mysql 5.5.3zotlabs2017-08-171-2/+2
|
* Update INSTALL.txtAndrew Manning2017-05-031-1/+1
| | | The webpage element portation tools need the zip extension, such as the `php7.0-zip` package on Debian.
* api function item/new renamed to item/store as that more closely reflects ↵zotlabs2016-12-021-24/+51
| | | | | | its purpose. It can also be used to store an edit of an existing item. I believe this is a reasonably safe change at this time as I don't believe there is any software currently making use of this call - instead using the Twitter API which is now a plugin. Also some work to make the install documentation agnostic to project name variations. This is not yet complete.
* update setup and install documents for PDO and the freebsd issue withzotlabs2016-10-271-4/+28
| | | | dns_get_record()
* issue #536, path to nginx and lighttpd config scripts was wrongredmatrix2016-09-271-2/+2
|
* fix remote_channel(), update php minversion requirementredmatrix2016-05-291-1/+1
|
* kill off mcryptredmatrix2016-05-261-4/+3
|
* update the installation text for the cron setupredmatrix2016-05-191-4/+4
|
* static Appredmatrix2016-03-311-3/+3
|
* some minor cleanupsredmatrix2016-03-101-1/+2
|
* don't confuse people with matrixJeroen van Riet Paap2016-02-121-3/+3
|
* provide mechanism for custom .well-known handlers and static files (e.g. for ↵redmatrix2016-01-221-0/+8
| | | | letsencypt ownership verification). Document that if you create a .well-known directory to validate a letsencrypt cert you need to remove it before installing hubzilla. We probably need a check for this in the install checklist.
* cleanup text in INSTALL.txtredmatrix2016-01-121-13/+25
|
* Typosjeroenpraat2015-12-121-1/+1
|
* That script is taken from someone else without any contribution ↵jeroenpraat2015-12-121-14/+3
| | | | (http://blog.strictly-software.com/2013/07/apache-performance-tuning-bash-script.html). Also the English is very bad. Anyway, I've replaced it with some general tips that all web admins should know.
* Update INSTALL.txtroyalterra2015-12-111-0/+1
| | | Add Link to ApacheTune for configure mod Prefork
* Update INSTALL.txtroyalterra2015-12-111-0/+15
|
* added info about Apache settings to avoid Apache running wildzottel2015-11-271-0/+41
|
* change setup defaults to 127.0.0.1 instead of localhost for DB server, add ↵redmatrix2015-10-161-1/+6
| | | | documentation to the INSTALL.txt explaining the choice.
* very crude but working doc searchredmatrix2015-07-051-0/+8
|
* Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-191-2/+4
|\ | | | | | | | | | | Conflicts: view/nl/messages.po view/nl/strings.php
| * Document php-xml requirement for webdav.Alexandre Hannud Abdo2015-05-191-2/+4
| |
* | second pass name changeredmatrix2015-05-051-9/+9
| |
* | first pass name changeredmatrix2015-05-051-11/+11
|/
* Updated INSTALL.txt - outdated link correctedOliver Lorenz2015-04-281-1/+1
|
* update resource linksfriendica2015-04-011-2/+2
|
* we upped the php version requirement. So up yours.friendica2015-03-181-1/+1
|
* mysql schema typo, do the install check for store before chcking smarty, as ↵friendica2015-03-151-2/+2
| | | | that is where the dir is created, change install doc to point to install/schema_xxxxx.sql instead of database.sql
* updated install docfriendica2015-02-201-11/+19
|
* update the install doc for addons - the procedure is a bit different now ↵friendica2015-02-191-4/+6
| | | | (although it shouldn't break anything on existing sites.)
* Doco - some clean up to install - keep politics out of it, 80 columnise it andThomas Willingham2014-10-221-63/+63
| | | | whitespace.
* document store writability requirementszottel2014-10-221-2/+3
|
* install doc double escapes the store/[data] path.friendica2014-10-061-1/+1
|
* +png supportjeroenpraat2014-10-051-1/+1
| | | https://redmatrix.nl/channel/jeroenpraat/?f=&mid=83603d8f0876c040efafce87755fcd252dbe8da4a75d82fdb230519e3c8dcb72@redmatrix.nl
* update nl + Friendica>RedMatrix in two text filesJeroen2014-08-301-2/+2
|
* move smarty compiled files to store/[data]/smarty3 - which puts all ↵friendica2014-07-101-5/+3
| | | | writeable areas of the server except the config file and logs under the "store" directory. We'll do logs at a future time.
* issue #477friendica2014-06-011-1/+5
|
* we seem to have lost any install text mentioning that subdirs and alternate ↵friendica2014-04-121-0/+3
| | | | ports aren't supported
* Don't explicitly deny our strongest features existence.Thomas Willingham2014-04-111-3/+0
|
* Added some more details about why browser-valid SSL certificates must besasiflo2014-04-101-1/+17
| | | | | | | used when SSL is used at all. It is now in the check failure message in the installation routine, the installation readme and in the documentation pages.
* s/Options All/AllowOverride AllThomas Willingham2014-02-101-1/+1
|
* add store directory write check to install checksfriendica2014-01-081-1/+3
|
* installing sabre is a whole lot more complicated. It also doesn't like ↵friendica2013-10-211-18/+0
| | | | co-existing with other projects in the same web path. This is going to be fun.