Reformats

This commit is contained in:
2026-02-24 09:48:02 -05:00
parent f84395f79a
commit 1480feecf0

32
INSTALL
View File

@@ -4,32 +4,30 @@
SPDX-License-Identifier: GPL-2.0 SPDX-License-Identifier: GPL-2.0
Installation of OpenLog is straightforward. Installation of OpenLog is straightforward.
1. Gather the required information. 1. Gather the required information.
You'll need to know how to configure your web server. This means where You'll need to know how to configure your web server. This means where
you want to put the files to be served and any configuration required to you want to put the files to be served and any configuration required to
allow clients to reach them. You'll also need to know the username and allow clients to reach them. You'll also need to know the username and
password of the MySQL administrator. password of the MySQL administrator.
2. Unpack 2. Unpack
Unpack the distribution in a convenient place (such as /tmp or My Documents). Unpack the distribution in a convenient place (such as /tmp or My Documents).
A directory will be created called OpenLog-x.x.x. A directory will be created called OpenLog-x.x.x.
3. Review License 3. Review License
Change to the openlog-x.x.x directory and review the LICENSE file. Change to the openlog-x.x.x directory and review the LICENSE file.
4. Run the install script 4. Run the install script
If installing on a Linux or Unix based system, type ./install.sh at a If installing on a Linux or Unix based system, type ./install.sh at a
command prompt. If installing on a Windows based system, double click command prompt. If installing on a Windows based system, double click
install.bat. Follow the prompts. install.bat. Follow the prompts.
5. Check and set Configuration 5. Check and set Configuration
Click on the Administration menu option on the main page to adjust the initial Click on the Administration menu option on the main page to adjust the initial
settings. You will need to log in as OpenLogAdmin. The initial default password settings. You will need to log in as OpenLogAdmin. The initial default password
is "OpenLog-1". From the Administration page, you can click on the links at the is "OpenLog-1". From the Administration page, you can click on the links at the
top to add techs, subjects, shifts, etc. top to add techs, subjects, shifts, etc.
7. Start using OpenLog.
6. Start using OpenLog.