Name | Modified | Size | Downloads / Week |
---|---|---|---|
README.md | 2019-11-21 | 1.3 kB | |
otp.zip | 2019-11-21 | 2.1 MB | |
Totals: 2 Items | 2.1 MB | 0 |
open trainings planer 0.2
Very simple php/mysql project for adding your daily trainings to your or your athletics. This programm is - at the moment - only in german language. Sorry for that. Every help are welcome to translate it to whatever.
Install:
- Copy all files to your WEB Location.
- Create a database/user/password called otp (for a first test) like this:
mysql -u root -p create database otp; grant all on otp.* to otp@localhost identified by "otp";
or change the values in config/manifest.json and set up this credentials at the mysql command above.
- import sql structure: mysql -u otp -p otp < config/otp.sql
REMEMBER: First autoadded login credentials for superadmin are: admin/admin First autoadded login credentials for user admin are: admin2/admin2
- First start: Superadmin can only create "user admins" but no data for athletics - at this point, you dont need this superadmin. Login with user admin (admin2) and create first a "user". Then you can add trainings for that user in "home view" with click on that user.
You can add the basic setup values liek tarrain, sports, and so on in setup module.
Thats it.
You need some (php 7.x) libraries on your server, but in most cases you will be prompted for the needed parts.
Do you have a question ?
Call me: repcom@gmail.com