Startup complete

Verify a succesfull startup by checking the server.log file.

The defaults

Configuration is saved in a json file, phenix-store.json, in the config directory. This file will be created at and primed at startup based on data in the bootstrap file. To reset and start from zero simply delete the file phenix-store.json, and the system will regenerate the file at startup.

Default configuration provided at installation allows for configuration through a web browser. To access the configuration UI point your browser to https://<hostname>:8443/config

Authenticate using phenixid as user name and password as the password.

The priming process

At startup server will always ensure installation of modules defined in boot.json: default_modules. These modules are system requirements and are included as a part of the priming process.

In addition the server will also ensure the presence of the phenixid user used to log into the configuration UI. Deletion of any of the required elements will cause the system to regenerate at startup. Changes however will be preserved.