mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
net-mgmt/netbox: Convert pkg-message to UCL
Modernize the pkg-message to display hints/instructions in the future that are specific to different upgrade paths.
This commit is contained in:
parent
6822b59901
commit
6b8cae3736
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507871
@ -1,8 +1,18 @@
|
||||
================================================================================
|
||||
[
|
||||
{
|
||||
message: <<EOD
|
||||
Please note that NetBox requires a PostgreSQL database server, which uses its
|
||||
built-in network address datatypes. Thus NetBox won't work with other RDBMS's,
|
||||
e.g. MySQL, MariaDB, etc.
|
||||
|
||||
UPGRADING
|
||||
===========
|
||||
For installation instructions please refer to the related wiki page:
|
||||
|
||||
- https://wiki.freebsd.org/Ports/net-mgmt/netbox
|
||||
EOD
|
||||
type: install
|
||||
}
|
||||
{
|
||||
message: <<EOD
|
||||
As always it is strongly encouraged to make a backup of the database before the
|
||||
database migrations will be executed.
|
||||
|
||||
@ -15,17 +25,7 @@ The following steps are required to finish the upgrade:
|
||||
# python%%PYTHON_VER%% manage.py collectstatic --no-input
|
||||
|
||||
2. Restart WSGI/httpd environment (supervisord/apache/nginx/etc.)
|
||||
|
||||
|
||||
INSTALLING
|
||||
============
|
||||
|
||||
Please note that NetBox requires a PostgreSQL database server, which uses its
|
||||
built-in network address datatypes. Thus NetBox won't work with other RDBMS's,
|
||||
e.g. MySQL, MariaDB, etc.
|
||||
|
||||
For installation instructions please refer to the related wiki page:
|
||||
|
||||
- https://wiki.freebsd.org/Ports/net-mgmt/netbox
|
||||
|
||||
================================================================================
|
||||
EOD
|
||||
type: upgrade
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user