mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
Convert to UCL & cleanup pkg-message (categories w)
This commit is contained in:
parent
dd7978499b
commit
a400cfc5f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508913
251 changed files with 1638 additions and 706 deletions
|
@ -1,4 +1,6 @@
|
|||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The configuration file is in %%ETCDIR%%/stikked.php
|
||||
|
||||
This package contains a true_paste feature which has been sent
|
||||
|
@ -13,4 +15,6 @@ Set driver to one of:
|
|||
* 'sqlite'
|
||||
|
||||
Set appropriate values in the 'Database connection' section.
|
||||
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You now need to create the DB where ACH is going to live.
|
||||
|
||||
MySQL:
|
||||
|
@ -38,4 +41,6 @@ Finally, change the RewriteBase URL in %%WWWDIR%%/.htaccess so it
|
|||
matches the URL in the Alias directive above, e.g.:
|
||||
|
||||
RewriteBase /ach
|
||||
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
==========================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Adzap has now been installed. To get it up and running, copy
|
||||
%%EXAMPLESDIR%%/adzap.conf to %%PREFIX%%/etc/ and
|
||||
modify it to match your setup. Then edit your squid configuration
|
||||
|
@ -11,5 +12,6 @@
|
|||
|
||||
You can find JavaScript proxy auto-configuration scripts in
|
||||
%%EXAMPLESDIR%%/rc
|
||||
|
||||
==========================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Note: Analog includes an optional form and perl script to request
|
||||
analyses via a web interface. The form and script both require
|
||||
customization before use. If you would like to use them, first copy
|
||||
|
@ -5,3 +8,6 @@ customization before use. If you would like to use them, first copy
|
|||
$$HTDOCS/anlgform.html and $$CGI-BIN/anlgform.pl for your local
|
||||
configuration. Both files are extensively commented with instructions
|
||||
for customization.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
*************************************************************************
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Set the environment variable:
|
||||
|
||||
FORREST_HOME=%%DATADIR%%
|
||||
|
@ -16,5 +16,6 @@
|
|||
|
||||
To avoid any issue with old classes being loaded, run a 'forrest clean-work'
|
||||
in your project directory, after you upgraded to this version (%%PORTVERSION%%)
|
||||
|
||||
*************************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
===================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Put this in your .emacs file to enable autoloading of apache-mode,
|
||||
and auto-recognition of Apache configs:
|
||||
|
||||
|
@ -11,5 +11,6 @@ and auto-recognition of Apache configs:
|
|||
(add-to-list 'auto-mode-alist '("access\\.conf\\'" . apache-mode))
|
||||
(add-to-list 'auto-mode-alist
|
||||
'("sites-\\(available\\|enabled\\)/" . apache-mode))
|
||||
|
||||
===================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To run apache www server from startup, add apache24_enable="yes"
|
||||
in your /etc/rc.conf. Extra options can be found in startup script.
|
||||
|
||||
|
@ -5,7 +8,6 @@ Your hostname must be resolvable using at least 1 mechanism in
|
|||
/etc/nsswitch.conf typically DNS or /etc/hosts or apache might
|
||||
have issues starting depending on the modules you are using.
|
||||
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
- apache24 default build changed from static MPM to modular MPM
|
||||
- more modules are now enabled per default in the port
|
||||
|
@ -18,5 +20,6 @@ have issues starting depending on the modules you are using.
|
|||
|
||||
Please compare the existing httpd.conf with httpd.conf.sample
|
||||
and merge missing modules/instructions into httpd.conf!
|
||||
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
This port sets up apt-cacher-ng to be used in a FreeBSD context.
|
||||
|
||||
The FreeBSD installer on the official media does not allow to provide the name of a proxy server.
|
||||
|
@ -12,3 +15,6 @@ proxy settings for pkgng can be persisted by editing /usr/local/etc/pkg.conf and
|
|||
pkg_env: {
|
||||
http_proxy: "http://myproxy:3142",
|
||||
}
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
*********************************************************************
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Use %%PREFIX%%/www/awstats/tools/awstats_configure.pl to set up your
|
||||
hosts.
|
||||
|
||||
To activate awstats in your webserver, see the example files for
|
||||
apache: %%DOCSDIR%%/httpd_conf
|
||||
nginx: %%DOCSDIR%%/nginx/
|
||||
|
||||
*********************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
|
||||
***********************************************************************
|
||||
* POST INSTALL CONFIGURATION *
|
||||
***********************************************************************
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Please note that everything has been installed in %%BASE%%.
|
||||
|
||||
You need to copy %%BASE%%/application/config/config.php.sample to
|
||||
|
@ -17,4 +15,6 @@ And restart Apache.
|
|||
|
||||
Alternatively, you can create a host dedicated to bacula-web and use
|
||||
a DocumentRoot of %%BASE%%/.
|
||||
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
If this is a new installation, please follow the instructions there:
|
||||
|
||||
http://sabre.io/baikal/install/
|
||||
|
@ -8,3 +11,6 @@ If you are upgrading from a previous version of Baikal, please
|
|||
follow the instructions here:
|
||||
|
||||
http://sabre.io/baikal/upgrade/
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
###############################################################################
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
bareos webui was installed
|
||||
|
||||
Please note that everything has been installed in %%BAREOSWEBUIDIR%%. You can
|
||||
|
@ -9,6 +10,6 @@ https://github.com/bareos/bareos-webui/blob/master/doc/INSTALL.md
|
|||
|
||||
1) Configuration files are stored at %%ETCDIR%%
|
||||
2) Bacula-webgui needs www/zend-framework port with PGSQL or MYSQL support.
|
||||
|
||||
|
||||
###############################################################################
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
###############################################################################
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
bareos webui was installed
|
||||
|
||||
Please note that everything has been installed in %%BAREOSWEBUIDIR%%. You can
|
||||
|
@ -9,6 +10,6 @@ https://github.com/bareos/bareos-webui/blob/master/doc/INSTALL.md
|
|||
|
||||
1) Configuration files are stored at %%ETCDIR%%
|
||||
2) Bacula-webgui needs www/zend-framework port with PGSQL or MYSQL support.
|
||||
|
||||
|
||||
###############################################################################
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
###############################################################################
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
bareos webui was installed
|
||||
|
||||
Please note that everything has been installed in %%BAREOSWEBUIDIR%%. You can
|
||||
|
@ -9,6 +10,6 @@ https://github.com/bareos/bareos-webui/blob/master/doc/INSTALL.md
|
|||
|
||||
1) Configuration files are stored at %%ETCDIR%%
|
||||
2) Bacula-webgui needs www/zend-framework port with PGSQL or MYSQL support.
|
||||
|
||||
|
||||
###############################################################################
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
===============================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
BigBlueButon is now installed. If you install it for the first time,
|
||||
you may need to perform the following steps:
|
||||
|
||||
|
@ -30,5 +31,6 @@ For more detailed information please visit:
|
|||
http://code.google.com/p/bigbluebutton/wiki/InstallingBigBlueButton
|
||||
http://code.google.com/p/bigbluebutton/wiki/ConfigurationFiles
|
||||
http://code.google.com/p/bigbluebutton/wiki/FAQ
|
||||
|
||||
===============================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
# To finish installing Blogsum, the following steps must be completed.
|
||||
|
||||
1) Setup the SQLite database:
|
||||
|
@ -10,12 +13,6 @@
|
|||
$ cp %%WWWDIR%%/Blogsum/Config.pm.dist \
|
||||
%%WWWDIR%%/Blogsum/Config.pm
|
||||
|
||||
################################################################
|
||||
NOTE: If you are updating from blogsum 0.9 you should merge the
|
||||
relevant changes from %%WWWDIR%%/Blogsum/Config.pm.dist
|
||||
into your current %%WWWDIR%%/Blogsum/Config.pm
|
||||
###############################################################
|
||||
|
||||
3) If comments will be enabled, visit the CAPTCHA (http://www.captcha.net/)
|
||||
project and register your account. Add your keys to Config.pm.
|
||||
|
||||
|
@ -45,3 +42,13 @@ edited at http://localhost/blogsum/admin.cgi.
|
|||
Please refer to the online support resources if you have questions.
|
||||
|
||||
http://blogsum.obfuscurity.com/
|
||||
EOM
|
||||
}
|
||||
{ type: upgrade, maximum_version: 1.0
|
||||
message: <<EOM
|
||||
NOTE: If you are updating from blogsum 0.9 you should merge the
|
||||
relevant changes from %%WWWDIR%%/Blogsum/Config.pm.dist
|
||||
into your current %%WWWDIR%%/Blogsum/Config.pm
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
----------------------------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
WARNING:
|
||||
|
||||
DUE CHANGE OF tidy to tidy4
|
||||
|
@ -6,5 +8,6 @@ DUE CHANGE OF tidy to tidy4
|
|||
If ~/.bluefish exists, the commands should be manually fixed opening the
|
||||
preferences window (Edit->Preferences) and then changing tidy to tidy4 in
|
||||
"External filters" and "Output parser" preferences.
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,7 +1,11 @@
|
|||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You may wish to copy and edit the sample startup script
|
||||
|
||||
%%PREFIX%%/etc/rc.d/boa.sh.sample
|
||||
|
||||
according to your requirements.
|
||||
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Additional configuration documentation can be found at:
|
||||
|
||||
https://docs.bolt.cm/installation
|
||||
|
||||
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
======================================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You installed butterfly, the web terminal that works through your
|
||||
browser.
|
||||
|
||||
|
@ -11,4 +13,6 @@ http://localhost:57575
|
|||
|
||||
The port and other parameters can be configured in
|
||||
%%ETCDIR%%/butterfly.conf
|
||||
======================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
For SSL-verification of remote servers, the /etc/ssl/cert.pem
|
||||
should exist and point to a reasonable CA-certificate bundle.
|
||||
|
||||
Installing security/ca_root_nss is one way to get it.
|
||||
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
*****************************************************************
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
www/caddy does not ship with any in-tree documentation. Online
|
||||
documentation can be found at https://caddyserver.com/docs.
|
||||
|
||||
|
@ -47,5 +48,6 @@ Specific metrics can be disabled at run-time using the
|
|||
|
||||
More information about the Caddy Telemetry Project can be found
|
||||
at https://caddyserver.com/docs/telemetry.
|
||||
|
||||
*****************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
This is the core code base for the Calendar and Contacts Server,
|
||||
which is a CalDAV, CardDAV, WebDAV, and HTTP server.
|
||||
|
||||
|
@ -66,11 +69,10 @@ In this case there is no need to define a server path on the client.
|
|||
Updates from earlier versions may require a DB schema update, which is done
|
||||
automatically on server start up, if <key>FailIfUpgradeNeeded</key> is set to
|
||||
<false/>.
|
||||
|
||||
|
||||
Upgrading
|
||||
---------
|
||||
|
||||
EOM
|
||||
}
|
||||
{ type: upgrade
|
||||
message: <<EOM
|
||||
Upgrading from the previous version of this port (5.1) requires adjustments
|
||||
to the configuration:
|
||||
|
||||
|
@ -112,4 +114,6 @@ to the configuration:
|
|||
Starting schema upgrade from version 24 to 60.
|
||||
Schema upgraded from version 24 to 60.
|
||||
These schould complete without errors.
|
||||
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
NOTE ABOUT CARBONAPI:
|
||||
|
||||
This daemon can be configured with both yaml and toml. Choose one and specify
|
||||
it's path in carbonapi_conf in /etc/rc.conf or with sysrc.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
-----------------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The cgiwrap binaries have been installed in the following
|
||||
directory:
|
||||
|
||||
|
@ -9,4 +11,6 @@ not function as expected:
|
|||
|
||||
%%ALLOW_FILE%%
|
||||
%%DENY_FILE%%
|
||||
-----------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
mybb has been installed into:
|
||||
|
||||
%%WWWDIR%%
|
||||
|
@ -8,4 +11,6 @@ somethinglike this:
|
|||
Alias /chems "%%WWWDIR%%"
|
||||
|
||||
And restart Apache.
|
||||
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
**** PLEASE READ THIS ****
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
o To run Cherokee at startup or using the rc script, you need
|
||||
to add
|
||||
|
||||
|
@ -20,4 +20,6 @@
|
|||
o By default, the cherokee daemon runs as www:www user.
|
||||
If you need it to run as another user, you'll need to manually
|
||||
adjust Makefile and recompile the port.
|
||||
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1 +1,7 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Remember, passwd and log file must be owned by httpd user.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
This only installs the native host connector.
|
||||
|
||||
You will need to install a browser extension in order to use properly
|
||||
|
@ -6,3 +9,6 @@ Chromium: https://chrome.google.com/webstore/detail/gnome-shell-integration/gphh
|
|||
Firefox: https://addons.mozilla.org/en-US/firefox/addon/gnome-shell-integration/
|
||||
Opera: https://addons.opera.com/en/extensions/details/gnome-shell-integration/
|
||||
Epiphany has built in support.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Chromium has a known problem of hanging tabs. The bug has been fixed
|
||||
in r337328. Therefore, it is recommended to upgrade the system after
|
||||
the correction date.
|
||||
|
@ -5,3 +8,6 @@ the correction date.
|
|||
# svn diff -c337328 --summarize svn://svn.freebsd.org/base
|
||||
|
||||
See PR 212812 for further details.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
*********************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You have just installed the CodeIgniter web application framework.
|
||||
|
||||
Note that you should restart your Apache web server to ensure that
|
||||
|
@ -21,3 +22,6 @@ Optional post-installation instructions include:
|
|||
- If you are upgrading from a prior release, please visit:
|
||||
http://codeigniter.com/user_guide/installation/upgrading.html
|
||||
for additional post-installation instructions.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
*********************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You have just installed the CodeIgniter web application framework.
|
||||
|
||||
Optional post-installation instructions include:
|
||||
|
@ -18,3 +19,6 @@ Optional post-installation instructions include:
|
|||
- If you are upgrading from a prior release, please visit:
|
||||
http://codeigniter.com/user_guide/installation/upgrading.html
|
||||
for additional post-installation instructions.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
*********************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You have just installed the CodeIgniter web application framework.
|
||||
|
||||
Note that you should restart your web server to ensure that
|
||||
|
@ -18,3 +19,6 @@ To use CodeIgniter:
|
|||
- If you are upgrading from a prior release, please visit:
|
||||
http://codeigniter.com/user_guide/installation/upgrading.html
|
||||
for additional post-installation instructions.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
****************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The Coppermine Photo Gallery has been installed in the directory
|
||||
%%WWWDIR%%.
|
||||
|
||||
|
@ -14,5 +16,6 @@ A typical configuration would be:
|
|||
Order allow,deny
|
||||
Allow from all
|
||||
</Directory>
|
||||
|
||||
****************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
*************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You must edit %%WWWDIR%%/Code/confConfig.inc for your setup,
|
||||
and follow the other directions at http://crp.sourceforge.net/installation.html
|
||||
*************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To complete the installation of DAViCal:
|
||||
|
||||
1. Create DAViCal's database
|
||||
|
@ -18,3 +21,6 @@ top of the accounts
|
|||
%%DATADIR%%/httpd-davical.conf
|
||||
|
||||
to the Apache Include directory and restart Apache.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You have just installed Dojo Toolkit Shrinksafe, a Javascript
|
||||
code compressor. Type "dojo-shrinksafe -help" to view the
|
||||
available program options.
|
||||
|
||||
Full documentation with usage examples may be found at:
|
||||
http://dojotoolkit.org/reference-guide/1.9/util/shrinksafe/index.html
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
|
||||
*********************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You have just installed the Dojo DHTML toolkit.
|
||||
|
||||
Note that you should restart your Apache web server to ensure that
|
||||
the Dojo configuration file is loaded.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
======================================================================
|
||||
INSTALLATION NOTES
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The wiki program have been installed to %%WWWDIR%%.
|
||||
|
||||
Please configure your web server to allow running PHP scripts there.
|
||||
|
@ -20,5 +20,6 @@ http://wiki.splitbrain.org/wiki:config
|
|||
|
||||
After installation please change the permissions of
|
||||
%%WWWDIR%%/conf back to root:wheel.
|
||||
|
||||
======================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
Notice:
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
This port runs per default using uid:gid domoticz:domoticz to
|
||||
avoid security problems.
|
||||
|
||||
|
@ -12,3 +14,6 @@ domoticz_group="wheel"
|
|||
|
||||
If you have issues with domoticz listen option, you can add
|
||||
net.inet6.ip6.v6only=0 to /etc/sysctl.conf
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
################################################################################
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Complete instructions for installing and configuring Drupal can be found here:
|
||||
|
||||
%%DOCSDIR%%/INSTALL.txt
|
||||
|
@ -36,7 +38,12 @@ configuration:
|
|||
- PHP "register_globals" is set to "Off"
|
||||
- PHP "safe_mode" is set to "Off"
|
||||
- PHP "session.cache_limiter" is set to "nocache"
|
||||
|
||||
EOM
|
||||
}
|
||||
{ type: UPGRADE
|
||||
message: <<EOM
|
||||
For important information about upgrading from previous versions of Drupal, please
|
||||
please see: %%DOCSDIR%%/UPGRADE.txt
|
||||
################################################################################
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
################################################################################
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Complete instructions for installing and configuring Drupal can be found here:
|
||||
|
||||
%%DOCSDIR%%/INSTALL.txt
|
||||
|
@ -36,10 +38,15 @@ configuration:
|
|||
- PHP "register_globals" is set to "Off"
|
||||
- PHP "safe_mode" is set to "Off"
|
||||
- PHP "session.cache_limiter" is set to "nocache"
|
||||
|
||||
EOM
|
||||
}
|
||||
{ type: UPGRADE
|
||||
message: <<EOM
|
||||
For important information about upgrading from previous versions of Drupal, please
|
||||
please see: %%DOCSDIR%%/UPDATE.txt
|
||||
|
||||
You can install www/drush if you have problems with Drupal update. Drush is a
|
||||
command line tool for Drupal
|
||||
################################################################################
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
POST-INSTALL CONFIGURATION FOR e107
|
||||
=====================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
1) Create a user and a database for e107 to store all
|
||||
its tables in (or choose an existing database).
|
||||
|
||||
|
@ -24,7 +24,6 @@ For more information, see the INSTALL DOCUMENTATION:
|
|||
|
||||
http://wiki.e107.org/?title=HOWTO:Install_e107
|
||||
http://wiki.e107.org/?title=HOWTO:Install_troubleshoot
|
||||
|
||||
Enjoying it !
|
||||
|
||||
=========================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
####################################################################################
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
o You can find the configuration files for this package in the
|
||||
directory %%PREFIX%%/etc/e2guardian.
|
||||
|
||||
|
@ -46,4 +48,6 @@
|
|||
- GitHub repository https://github.com/e2guardian/e2guardian/
|
||||
- support forum https://groups.google.com/forum/#!forum/e2guardian
|
||||
- link for bug reports https://github.com/e2guardian/e2guardian/issues
|
||||
####################################################################################
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
POST-INSTALL CONFIGURATION FOR EFRONT
|
||||
=====================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
1 Add the following to your Apache configuration, and
|
||||
restart the server:
|
||||
|
||||
|
@ -17,5 +18,6 @@ POST-INSTALL CONFIGURATION FOR EFRONT
|
|||
be taken to the install.php script, which will lead
|
||||
you through creating a config file and then
|
||||
setting up eFront, creating an admin account, etc.
|
||||
=====================================================
|
||||
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
POST-UPGRADE INSTRUCTIONS
|
||||
=========================
|
||||
Please follow instructions in %%WWWDIR%%/UPGRADE.txt.
|
||||
|
||||
|
||||
POST-INSTALL CONFIGURATION FOR ELGG
|
||||
===================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
1) Make sure your apache's mod_rewrite extension is working,
|
||||
and change the AllowOverride setting of the DocumentRoot to
|
||||
AllowOverride all
|
||||
|
@ -28,5 +24,11 @@ For more information, see the INSTALL DOCUMENTATION:
|
|||
|
||||
http://docs.elgg.org/wiki/Installation
|
||||
http://docs.elgg.org/wiki/Troubleshooting
|
||||
|
||||
=====================================
|
||||
EOM
|
||||
}
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Please follow instructions in %%WWWDIR%%/UPGRADE.txt.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,20 +1,24 @@
|
|||
********************************************************************
|
||||
* Before using emacs-w3m, you must add this to your own .emacs: *
|
||||
* *
|
||||
* (autoload 'w3m "w3m" "Interface for w3m on Emacs." t) *
|
||||
* *
|
||||
* To use emacs-w3m on Wanderlust, add this to your own .emacs: *
|
||||
* *
|
||||
* (require 'mime-w3m) *
|
||||
* *
|
||||
* To use emacs-w3m on Mew, add this to your own .mew.el: *
|
||||
* *
|
||||
* (require 'mew-w3m) *
|
||||
* (setq mew-prog-html '(mew-mime-text/html-w3m nil nil)) *
|
||||
* *
|
||||
* And to use octet stream viewer, add this to your own .emacs: *
|
||||
* *
|
||||
* (require 'w3m) *
|
||||
* (require 'octet) *
|
||||
* (octet-mime-setup) *
|
||||
********************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Before using emacs-w3m, you must add this to your own .emacs:
|
||||
|
||||
(autoload 'w3m "w3m" "Interface for w3m on Emacs." t)
|
||||
|
||||
To use emacs-w3m on Wanderlust, add this to your own .emacs:
|
||||
|
||||
(require 'mime-w3m)
|
||||
|
||||
To use emacs-w3m on Mew, add this to your own .mew.el:
|
||||
|
||||
(require 'mew-w3m)
|
||||
(setq mew-prog-html '(mew-mime-text/html-w3m nil nil))
|
||||
|
||||
And to use octet stream viewer, add this to your own .emacs:
|
||||
|
||||
(require 'w3m)
|
||||
(require 'octet)
|
||||
(octet-mime-setup)
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
On FreeBSD < 11.3 Web Content process may frequently crash due to bug 181741.
|
||||
If you cannot upgrade try applying the following workaround:
|
||||
|
||||
# sysctl net.local.stream.recvspace=16384
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
======================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Some features available on other platforms are not implemented:
|
||||
- Native audio (requires OSS backend, feature parity with ALSA or PulseAudio)
|
||||
- Encrypted Media Extensions (requires Widevine CDM binary)
|
||||
|
@ -11,21 +12,21 @@ Some features available on other platforms are not implemented:
|
|||
- WebVR (requires open source runtime)
|
||||
- TCP fast open
|
||||
|
||||
======================================================================
|
||||
|
||||
|
||||
On FreeBSD < 11.3 Web Content process may frequently crash due to bug 181741.
|
||||
If you cannot upgrade try applying the following workaround:
|
||||
|
||||
$ sysctl net.local.stream.recvspace=16384
|
||||
|
||||
======================================================================
|
||||
|
||||
|
||||
To select non-default audio backend open about:config page and create
|
||||
media.cubeb.backend preference. Supported values are: alsa, jack,
|
||||
pulse, pulse-rust, sndio. Currently used backend can be inspected
|
||||
on about:support page.
|
||||
|
||||
======================================================================
|
||||
|
||||
|
||||
smb:// issues (Gvfs/GIO option):
|
||||
Network group, machine, and share browsing does not work correctly.
|
||||
|
@ -38,5 +39,6 @@ ssh-keygen
|
|||
cat ~/.ssh/id_rsa.pub | ssh remote_host "cat >> .ssh/authorized_keys"
|
||||
|
||||
The SSH server on remote_host must allow pub key authentication.
|
||||
|
||||
======================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
======================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Some features available on other platforms are not implemented:
|
||||
- Native audio (requires OSS backend, feature parity with ALSA or PulseAudio)
|
||||
- Encrypted Media Extensions (requires Widevine CDM binary)
|
||||
|
@ -12,21 +13,21 @@ Some features available on other platforms are not implemented:
|
|||
- TCP fast open
|
||||
- about:networking (requires link state notification)
|
||||
|
||||
======================================================================
|
||||
|
||||
|
||||
On FreeBSD < 11.3 Web Content process may frequently crash due to bug 181741.
|
||||
If you cannot upgrade try applying the following workaround:
|
||||
|
||||
$ sysctl net.local.stream.recvspace=16384
|
||||
|
||||
======================================================================
|
||||
|
||||
|
||||
To select non-default audio backend open about:config page and create
|
||||
media.cubeb.backend preference. Supported values are: alsa, jack,
|
||||
pulse, pulse-rust, sndio. Currently used backend can be inspected
|
||||
on about:support page.
|
||||
|
||||
======================================================================
|
||||
|
||||
|
||||
smb:// issues (Gvfs/GIO option):
|
||||
Network group, machine, and share browsing does not work correctly.
|
||||
|
@ -39,5 +40,6 @@ ssh-keygen
|
|||
cat ~/.ssh/id_rsa.pub | ssh remote_host "cat >> .ssh/authorized_keys"
|
||||
|
||||
The SSH server on remote_host must allow pub key authentication.
|
||||
|
||||
======================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
------------------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Now that fnord is installed, do the following :
|
||||
|
||||
1) If you chose to use daemontools and/or tcpserver, I assume you
|
||||
|
@ -23,4 +25,6 @@ know how to do it, go to 4). If you chose to use inetd go to 2).
|
|||
5- Test with your favorite web browser.
|
||||
|
||||
# links http://host.tld/index.html
|
||||
------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
*****************************************************************************
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You have installed the formication package.
|
||||
|
||||
Edit %%LOCALBASE%%/etc/apache/httpd.conf and add:
|
||||
|
@ -8,5 +9,6 @@ Edit %%LOCALBASE%%/etc/apache/httpd.conf and add:
|
|||
AddHandler formication .fcn
|
||||
|
||||
Read %%DOCSDIR%%/formication.txt to learn how to use
|
||||
|
||||
*****************************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
*********************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You have just installed Foswiki with a sample Apache configuration
|
||||
file.
|
||||
|
||||
|
@ -36,4 +38,6 @@ To complete the installation, please:
|
|||
|
||||
- Visit http://foswiki.org/System/InstallationGuide#Configure_Foswiki for
|
||||
additional post-installation configuration information.
|
||||
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
*********************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You have just installed Foswiki without configuring it for a specific
|
||||
web server.
|
||||
|
||||
|
@ -11,3 +13,6 @@ Notes for Apache 2.4 users:
|
|||
* Generate a new foswiki.conf for Apache 2.4:
|
||||
https://foswiki.org/Support.ApacheConfigGenerator
|
||||
* Enable these DSO modules in httpd.conf: cgi_module, rewrite_module
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
*******************************************************************************
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
See %%DOCSDIR%%/README to know how configure the httpd.conf
|
||||
of your apache.
|
||||
|
||||
*******************************************************************************
|
||||
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Sample scripts installed in the
|
||||
${PREFIX}/share/examples/gracula/
|
||||
directory.
|
||||
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
*****************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Before using Gallery 2, you will need to configure your database.
|
||||
Full instructions are available here:
|
||||
|
||||
|
@ -27,4 +29,6 @@ Then restart Apache: 'apachectl graceful'
|
|||
|
||||
Please visit 'http://{host.domain}/gallery2/' in a
|
||||
web-browser and follow the configuration instructions.
|
||||
*****************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
==========================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
In order to install GeneWeb in a user's public_html directory, please run:
|
||||
%%DATADIR%%/install.sh
|
||||
OR from directory to install in, run:
|
||||
|
@ -25,5 +26,6 @@ using an up-to-date template. Additional attributes, e.g., occupation got
|
|||
added around v6.06, and if your template does not include this, you will
|
||||
likely experience problems as the code throws an exception when trying to
|
||||
edit a family.
|
||||
|
||||
==========================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
When upgrading from Gitea 1.7 or earlier, Gitea requires the addition of
|
||||
another secret to the config file in order to start up. Either manually add
|
||||
JWT_SECRET to the ${PREFIX}/etc/gitea/conf/app.ini config file (see
|
||||
app.ini.sample), or allow Gitea to make the change for you by making the
|
||||
config file writable to the git user.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To run the glassfish java application server from startup,
|
||||
add glassfish_enable="YES" in your /etc/rc.conf.
|
||||
|
||||
Extra options can be found in startup script.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
*****************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
First time installation notes:
|
||||
|
||||
Before using GLPI, you will need to configure your database.
|
||||
|
@ -30,4 +32,6 @@ Then reload Apache: 'apachectl graceful'
|
|||
|
||||
Please visit 'http://{host.domain}/glpi/' in a
|
||||
web-browser and follow the configuration instructions.
|
||||
*****************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Run gnome-file-share-properties as the user with which you want
|
||||
to use gnome-user-share, then logout and log back into GNOME. Now everything
|
||||
under ~/Public should be shared. You can view this by opening Nautilus, and
|
||||
clicking on the Network icon under Computer.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Before you start using Grails you will need to set the GRAILS_HOME environment
|
||||
variable to %%JAVASHAREDIR%%/grails
|
||||
|
||||
Documentation on creating your first Grails application can be found at the
|
||||
Grails website http://grails.codehaus.org/
|
||||
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
GroupOffice has been installed into:
|
||||
|
||||
%%WWWDIR%%
|
||||
|
@ -16,3 +19,6 @@ or update
|
|||
http://<hostname>/groupoffice/install/upgrade.php
|
||||
|
||||
in a web-browser and follow the configuration instructions.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
For a quick Guacamole setup and test:
|
||||
Guacamole-client requires authentication to start.
|
||||
cp %%ETCDIR%%/user-mapping.xml.sample \
|
||||
|
@ -9,3 +12,6 @@ For a quick Guacamole setup and test:
|
|||
For upgrading guacamole, this is a reminder to upgrade
|
||||
the auth-extensions. (and database if jdbc is used)
|
||||
https://guacamole.apache.org/doc/gug/jdbc-auth.html
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
******************************************************
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You have successfully installed Hastymail webmail client.
|
||||
Don't forget to edit your own config file. A sample config
|
||||
has been installed in:
|
||||
|
@ -17,5 +18,6 @@ after you edit config file run:
|
|||
hastymail2.conf hastymail2.rc
|
||||
|
||||
Note: if hastymail2.rc already exists, you must remove it
|
||||
|
||||
******************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
See %%DOCSDIR%%/INSTALL for setup instructions.
|
||||
|
||||
All monitored web servers have to be compiled with Hiawatha Monitor
|
||||
support. In www/hiawatha it can be enabled through the MONITOR
|
||||
option.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
|
||||
***********************************************************************
|
||||
* POST INSTALL CONFIGURATION *
|
||||
***********************************************************************
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Please note that everything has been installed in %%WWWDIR%%.
|
||||
|
||||
Read %%WWWDIR%%/README.md.
|
||||
|
@ -18,3 +16,6 @@ like this:
|
|||
</Directory>
|
||||
|
||||
And restart Apache.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
=============================================
|
||||
1 Congratulations! You have successfully installed
|
||||
ILIAS e-learning platform. Please keep in mind that
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
1 Please keep in mind that
|
||||
heavily used ILIAS installation can cause huge growth
|
||||
of your log file, so remember to disable notices logging
|
||||
in your PHP installation.
|
||||
|
@ -30,4 +31,6 @@ with username/root and password/homer as the administrator.
|
|||
|
||||
For more information, see the INSTALL DOCUMENTATION:
|
||||
http://www.ilias.de/docu/goto.php?target=lm_367&client_id=docu
|
||||
=============================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Installation:
|
||||
|
||||
1. Ensure that all the scripts have the appropriate owner (if PHP is running in
|
||||
|
@ -25,3 +28,6 @@ Installation:
|
|||
|
||||
3. Open the main iTop directory in your web browser. iTop should then display
|
||||
the setup instructions on screen.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
=== INSTALLATION ===
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Jetty is now installed in %%APP_HOME%%
|
||||
|
||||
From Jetty 9, the way to configure it has changed. You are **strongly**
|
||||
|
@ -46,11 +46,13 @@ variables in the configuration file, e.g.,
|
|||
JAVA_OPTIONS="-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8186"
|
||||
|
||||
More configuration options are presented in the sample file.
|
||||
|
||||
== DEINSTALLATION ==
|
||||
|
||||
EOM
|
||||
}
|
||||
{ type: remove
|
||||
message: <<EOM
|
||||
If, when, Jetty is removed, you can safely delete this directory:
|
||||
|
||||
%%WWWDIR%%
|
||||
|
||||
Enjoy!
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
================================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
1) Add the following to your Apache configuration, and restart the server:
|
||||
|
||||
### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
|
||||
|
@ -26,5 +27,6 @@
|
|||
4) As of 3.6.4, php7 is also supported, and the php*-mysql extension is NOT
|
||||
asked for. Also, the php*-pgsql extension is asked for as Joomla supports
|
||||
PostgreSQL as well.
|
||||
|
||||
================================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
==========================================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Now you should start your Tomcat server and browse with:
|
||||
|
||||
http://your-server:8180/JSPWiki/
|
||||
|
@ -6,4 +8,6 @@ Now you should start your Tomcat server and browse with:
|
|||
to do some configuration.
|
||||
|
||||
Enjoy it !
|
||||
==========================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Please, review the samples of the configuration files (in
|
||||
%%PREFIX%%/etc/junkbuster/) and create your own config files. Read
|
||||
the junkbuster man-page (man junkbuster) for even more information.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
**********************************************************************
|
||||
|
||||
[
|
||||
{ type: upgrade, maximum_version: 1.0.0
|
||||
message: <<EOM
|
||||
If you are upgrading kannel-sqlbox from a version prior to 1.0.1,
|
||||
please, remove tables `send_sms` and `sent_sms` before starting it
|
||||
and let kannel_sqlbox recreate them.
|
||||
|
||||
**********************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To use Kohana framework you should do the following:
|
||||
1. Copy %%WWWDIR%%/index.php and %%WWWDIR%%/install.php
|
||||
to your public directory.
|
||||
|
@ -7,3 +10,6 @@ To use Kohana framework you should do the following:
|
|||
3. Modify index.php if it's necessary.
|
||||
4. Open index.php in your browser and check the requirements.
|
||||
5. If the requirements are right you can delete install.php.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
=====================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You must invoke larbin with the name of the configuration file, e.g:
|
||||
larbin -c config-file
|
||||
|
||||
Documentation: %%DOCSDIR%%
|
||||
Configuration file: %%PREFIX%%/etc/larbin.conf.sample
|
||||
|
||||
=====================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
|
||||
========================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Enable Libresonic by putting the following line in /etc/rc.conf
|
||||
libresonic_enable="YES"
|
||||
|
||||
See %%LOCALBASE%%/etc/rc.d/libresonic for all the options.
|
||||
|
||||
========================================================================
|
||||
|
||||
|
||||
Transcoding in Libresonic is a way to re-encode music on the fly to a format
|
||||
your listening device supports. A common use is transcoding FLAC, WMA, and
|
||||
|
@ -46,6 +46,6 @@ the heavy FFmpeg dependency:
|
|||
|
||||
[Trackers to MP3] [mod s3m xm it] [mp3] ...
|
||||
[xmp -q -c %s] [lame --silent -h -b %b -]
|
||||
|
||||
========================================================================
|
||||
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
****************************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
%%NOTEWORK%%
|
||||
Edit %%ETCDIR%%/lightsquid.cfg to suit your needs.
|
||||
****************************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Flash Player needs linprocfs mounted on /compat/linux/proc. Add the
|
||||
following line to /etc/fstab:
|
||||
|
||||
linprocfs /compat/linux/proc linprocfs rw 0 0
|
||||
|
||||
Then run "mount /compat/linux/proc".
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To enable certificate handling for SSL connnections, set
|
||||
SSL_CERT_DIR and SSL_CERT_FILE in your environment to the
|
||||
proper values (depending upon which SSL library
|
||||
|
@ -11,3 +14,6 @@ and:
|
|||
|
||||
You may also need to generate keys and certificates as
|
||||
described in the latter document and your SSL documentation.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
=====================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Before you start the server you must create a config file.
|
||||
The easiest way to do it is to copy /usr/local/etc/mathopd.conf.sample
|
||||
to /usr/local/etc/mathopd.conf and edit this file to your taste.
|
||||
|
@ -9,5 +10,6 @@ and run it.
|
|||
|
||||
Also do not forget to create your web hierarchy and to set its
|
||||
permissions to something secure.
|
||||
|
||||
=====================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
POST-INSTALL CONFIGURATION FOR Matomo
|
||||
=======================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
1) Create a user and a empty database for Matomo to store all
|
||||
its tables in (or choose an existing database).
|
||||
|
||||
|
@ -25,5 +25,6 @@ POST-INSTALL CONFIGURATION FOR Matomo
|
|||
For more information, see the INSTALL DOCUMENTATION:
|
||||
|
||||
https://matomo.org/docs/installation/
|
||||
|
||||
========================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
**** NOTE ****
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Remember to check
|
||||
|
||||
%%MEDIAWIKIDIR%%/INSTALL
|
||||
|
@ -9,3 +10,6 @@ and
|
|||
%%MEDIAWIKIDIR%%/UPGRADE
|
||||
|
||||
for details
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
**** NOTE ****
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Remember to check
|
||||
|
||||
%%MEDIAWIKIDIR%%/INSTALL
|
||||
|
@ -9,3 +10,6 @@ and
|
|||
%%MEDIAWIKIDIR%%/UPGRADE
|
||||
|
||||
for details
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
**** NOTE ****
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Remember to check
|
||||
|
||||
%%MEDIAWIKIDIR%%/INSTALL
|
||||
|
@ -9,3 +10,6 @@ and
|
|||
%%MEDIAWIKIDIR%%/UPGRADE
|
||||
|
||||
for details
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
mnoGoSearch is successfully installed.
|
||||
Now, to use mnoGoSearch you need to create the appropriate *sql database
|
||||
manually: Please read INSTALL file located in %%DOCSDIR%%.
|
||||
|
||||
For more information on how to use mnoGoSearch, please refer to their
|
||||
web site at http://www.mnogosearch.org/
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
======================================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Set a few required parameters in your Apache configuration:
|
||||
|
||||
CASCookiePath /var/cache/apache2/mod_auth_cas/
|
||||
|
@ -29,4 +31,6 @@
|
|||
|
||||
For more informations see:
|
||||
https://github.com/Jasig/mod_auth_cas
|
||||
======================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,7 +1,11 @@
|
|||
===========================================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Please add the following to %%PREFIX%%/%%APACHEETCDIR%%/httpd.conf:
|
||||
LoadModule auth_openidc_module %%APACHEMODDIR%%/mod_auth_openidc.so
|
||||
|
||||
Then update the following config file with your settings:
|
||||
%%PREFIX%%/%%APACHEETCDIR%%/Includes/auth_openidc.conf
|
||||
===========================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
=================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
authnz_crowd apache config was installed as
|
||||
%%PREFIX%%/%%APACHEETCDIR%%/Includes/zzz_authnz_crowd.conf
|
||||
|
||||
|
@ -10,5 +11,6 @@ modules are enabled and loaded first, like this:
|
|||
LoadModule authz_svn_module %%APACHEMODDIR%%/mod_authz_svn.so
|
||||
|
||||
Include %%APACHEETCDIR%%/Includes/zzz_authnz_crowd.conf
|
||||
|
||||
=================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
-----------------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You have installed mod_cvs, a module that makes Apache CVS aware.
|
||||
|
||||
For help on using this module, please see the mod_cvs reference:
|
||||
http://www.sub.nu/mod_cvs/reference.shtml
|
||||
-----------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To enable this module, add something like the following
|
||||
lines to your server configuration file:
|
||||
|
||||
|
@ -11,4 +13,6 @@ lines to your server configuration file:
|
|||
If you are upgrading from mod_fcgid 2.2, you have to rename
|
||||
the directives you have used in the config files:
|
||||
http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html#upgrade
|
||||
************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
*********************************************************************
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Sample %%PREFIX%%/%%APACHEETCDIR%%/httpd.conf:
|
||||
|
||||
#LoadModule ssl_module %%APACHEMODDIR%%/mod_ssl.so
|
||||
|
@ -23,5 +24,6 @@ Sample %%PREFIX%%/%%APACHEETCDIR%%/extra/httpd-gnutls.conf:
|
|||
GnuTLSClientCAFile %%PREFIX%%/etc/ssl/certs/example_com.ca.pem
|
||||
GnuTLSPriorities NORMAL:%COMPAT
|
||||
</VirtualHost>
|
||||
|
||||
*********************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
*****************************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Make sure mod_jk.so is enabled in %%APACHEETCDIR%%/httpd.conf and
|
||||
mod_jk is configured. Have a look at
|
||||
%%APACHEETCDIR%%/mod_jk.conf.sample for an example.
|
||||
*****************************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
============================================================
|
||||
* The mod_log_sql modules have been installed.
|
||||
*
|
||||
* The module config file was installed as
|
||||
* %%PREFIX%%/%%APACHEETCDIR%%/modules.d/%%APMODCFG%%
|
||||
============================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The mod_log_sql modules have been installed.
|
||||
|
||||
The module config file was installed as
|
||||
%%PREFIX%%/%%APACHEETCDIR%%/modules.d/%%APMODCFG%%
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
===================================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Simple config:
|
||||
|
||||
LoadModule perl_module %%APACHEMODDIR%%/mod_perl.so
|
||||
|
@ -15,5 +17,6 @@ or online:
|
|||
|
||||
The module can be enabled in
|
||||
%%APACHEETCDIR%%/modules.d/260_mod_perl.conf
|
||||
|
||||
===================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
================================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The mod_python module is no longer activated in httpd.conf!
|
||||
There is now a dedicated modules file in %%APACHEETCDIR%%/modules.d
|
||||
|
||||
|
@ -11,5 +12,6 @@ PythonHandler foobar
|
|||
PythonDebug On
|
||||
|
||||
For more information, see http://www.modpython.org/.
|
||||
|
||||
================================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
====================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Remember to modify your apache configuration file
|
||||
to load mod_rivet and set the appropriate handlers:
|
||||
|
||||
|
@ -9,5 +10,6 @@ AddType application/x-httpd-rivet .rvt
|
|||
AddType application/x-rivet-tcl .tcl
|
||||
|
||||
Visit http://tcl.apache.org/rivet/ for documentation
|
||||
|
||||
====================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
********************************************************************
|
||||
* If your mod_scgi seg faults, try disabling mod_fastcgi *
|
||||
********************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
If your mod_scgi seg faults, try disabling mod_fastcgi
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You have installed ModSecurity.
|
||||
To enable ModSecurity in Apache, follow the instructions in
|
||||
|
||||
|
@ -6,3 +8,6 @@ To enable ModSecurity in Apache, follow the instructions in
|
|||
|
||||
Most users will use the signatures from the OWASP Core Rule Set (CRS).
|
||||
For configuration instructions, see %%DOCSDIR%%/README.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue