-
Notifications
You must be signed in to change notification settings - Fork 54
Setup
nicholasmr edited this page Sep 12, 2017
·
1 revision
In order to begin using OBBLM there are a few things you must do first.
Following this guide will help you setup OBBLM for your league and give you a feeling of how OBBLM works.
- After running the install.php script, OBBLM has created a user called root with password root. Login using this user.
- Change the password of the root user in Coach corner → Profile. You may optionally change the name of the root user too.
- Create the leagues and divisions you will be using with OBBLM. This is done under the menu item Admin → Management: Leagues & divisions. Note that you can add more leagues and divisions later, you just need at least one to start off with.
- Now, OBBLM has two types of settings files you need to edit. The global settings file, and the local settings files.
- The global settings file, settings.php, contains settings that apply across all leagues.
- The local settings files, located at localsettings/settings_.php, are individual league settings. There should exist one for each league.
- Initially the localsettings/settings_1.php file for the league with ID = 1 is created for you. If you are running multiple leagues copy this file to other leagues IDs (e.g. localsettings/settings_2.php, localsettings/settings_3.php etc.). You can find the IDs of the leagues you have created at the bottom of the page in Admin → Import team.
- Setting up these settings files should be easy since they are self-documented.
- Note, be carefull editing the settings_none.php file - it is used by OBBLM when no league settings file for a given league exists in the localsettings directory.
- OBBLM modules are optionally configured in the separate settings file settings_modules.php. Changing module settings there should be straight forward. Note that you in this file can deactivate modules entirely. You should also note that copying entries from this file into local settings files will produce local module settings for that league.
- Create the league coaches (users) in Admin → Management: User management.