Difference between revisions of "Install Fusion Registry"

From Fusion Registry Wiki
Jump to navigation Jump to search
(Database Connection)
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
[[Category:How_To]]
 +
[[Category:Fusion Registry Install]]
 
=Overview=
 
=Overview=
 
There are two steps to complete a fresh Fusion Registry Core installation:
 
There are two steps to complete a fresh Fusion Registry Core installation:
Line 4: Line 6:
 
* Configure some basic server settings
 
* Configure some basic server settings
  
=Database Connection=
+
=1. Database Connection=
 
This is where you need to provide the details of how to connect to your MySQL database service, the schema to use, and the database account credentials.
 
This is where you need to provide the details of how to connect to your MySQL database service, the schema to use, and the database account credentials.
 +
 +
[[File:DatabaseInstallPage.PNG|thumbnail]]
  
 
* Choose MySQL as the Database Type
 
* Choose MySQL as the Database Type
Line 13: Line 17:
 
* The UserId and Password should be those of an account on your database service that has sufficient privilges to read and write to the schema
 
* The UserId and Password should be those of an account on your database service that has sufficient privilges to read and write to the schema
  
[[File:DatabaseInstallPage.PNG|thumbnail]]
+
Clicking 'Apply Settings' will test the connection to the database and automatically build all of the tables.
 +
 
 +
====Database Connection Troubleshooting====
 +
Any problems Fusion Registry encounters connecting to the database service will result in an error message. The example below indicates that the user credentials are wrong.
 +
 
 +
[[File:DatabaseInstallError.PNG|300px]]
 +
 
 +
=2. Server Settings=
 +
Some basic settings are now required.
 +
 
 +
[[File:ServerSettings.PNG|thumbnail]]
 +
 
 +
* Server URL is the URL on which Fusion Registry is operating. When running on a private machine, this can be set to <code>http://localhost:8080/FusionRegistry</code>. If running on a server and will be used by multiple people, then the Server URL will be <code>http://<hostname>:port/FusionRegistry</code>
 +
* Choose a username and password for the primary administration account. This is typically named <code>root</code> or <code>admin</code> - you can also set a limit on the maximum of unsuccessful log in attempts before the account is locked

Latest revision as of 00:49, 17 August 2023

Overview

There are two steps to complete a fresh Fusion Registry Core installation:

  • Connect to the database
  • Configure some basic server settings

1. Database Connection

This is where you need to provide the details of how to connect to your MySQL database service, the schema to use, and the database account credentials.

DatabaseInstallPage.PNG
  • Choose MySQL as the Database Type
  • The Server should be localhost if you installed MySQL on the same machine as Fusion Registy, or the hostname of the machine running your database service
  • The default MySQL port is 3306
  • The Schema should be the name of the dedicated schema you created when configuring the database, for instance fusion_registry
  • The UserId and Password should be those of an account on your database service that has sufficient privilges to read and write to the schema

Clicking 'Apply Settings' will test the connection to the database and automatically build all of the tables.

Database Connection Troubleshooting

Any problems Fusion Registry encounters connecting to the database service will result in an error message. The example below indicates that the user credentials are wrong.

DatabaseInstallError.PNG

2. Server Settings

Some basic settings are now required.

ServerSettings.PNG
  • Server URL is the URL on which Fusion Registry is operating. When running on a private machine, this can be set to http://localhost:8080/FusionRegistry. If running on a server and will be used by multiple people, then the Server URL will be http://<hostname>:port/FusionRegistry
  • Choose a username and password for the primary administration account. This is typically named root or admin - you can also set a limit on the maximum of unsuccessful log in attempts before the account is locked