Changeset View
Changeset View
Standalone View
Standalone View
security/p5-openxpki/files/pkg-message.in
[ | [ | ||||
{ type: install | { type: install | ||||
message: <<EOM | message: <<EOM | ||||
- Universal server building block (OpenXPKI) for arbitrary PKI: installed. | - Universal server building block (OpenXPKI) for arbitrary PKI: installed. | ||||
- i18n tools for UI: installed. | - i18n tools for UI: installed. | ||||
- Enable utf8 locale (e.g. en_US.utf8) for the translation staff to operate | - Enable utf8 locale (e.g. en_US.utf8) for the translation staff to operate | ||||
(translation is needed even for English language). | (translation is needed even for English language). | ||||
- Using database | - Using database | ||||
= Install your favorite database (enable utf8 support), e.g. | = Install your favorite database (enable utf8 support), e.g. | ||||
databases/postgresql15-server | databases/postgresql15-server | ||||
and perl interface for it, e.g. databases/p5-DBD-Pg | and perl interface for it, e.g. databases/p5-DBD-Pg | ||||
= Examples, demos and tutorials of OpenXPKI traditionally use MariaDB | = Examples, demos and tutorials of OpenXPKI traditionally use MariaDB | ||||
database. But its use with OpenXPKI on FreeBSD is a bit tricky: | database. But its use with OpenXPKI on FreeBSD is a bit tricky: | ||||
- Install e.g. databases/mariadb106-server | - Install e.g. databases/mariadb106-server | ||||
- Add value mysql to file /etc/make.conf like this: | - Add value mysql to file /etc/make.conf like this: | ||||
DEFAULT_VERSIONS+= mysql=10.6m | DEFAULT_VERSIONS+= mysql=10.6m | ||||
- cd /usr/ports/databases/p5-DBD-mysql && make reinstall | - cd /usr/ports/databases/p5-DBD-mysql4 && make reinstall | ||||
Note that installing of databases/p5-DBD-MariaDB here may hinder | Note that installing of databases/p5-DBD-MariaDB here may hinder | ||||
operation of your OpeXPKI setup. | operation of your OpeXPKI setup. | ||||
- Install your favorite web server. | - Install your favorite web server. | ||||
Copy FastCGI scripts from %%EXAMPLESDIR%%/cgi-bin to the location | Copy FastCGI scripts from %%EXAMPLESDIR%%/cgi-bin to the location | ||||
where your web server can use them. Set executable permissions for them. | where your web server can use them. Set executable permissions for them. | ||||
Copy htdocs files from %%EXAMPLESDIR%%/htdocs to the location | Copy htdocs files from %%EXAMPLESDIR%%/htdocs to the location | ||||
where your web server can use them. | where your web server can use them. | ||||
You can see some samples in %%EXAMPLESDIR%%/config/apache. | You can see some samples in %%EXAMPLESDIR%%/config/apache. | ||||
▲ Show 20 Lines • Show All 65 Lines • Show Last 20 Lines |