-
Notifications
You must be signed in to change notification settings - Fork 0
HowTo für Sysadmin
TimRepke edited this page Oct 17, 2015
·
5 revisions
- PHP 5.5.x (tested with 5.5.3)
- MySQL (other databases might work, check the medoo framework)
- Apache 2.4
- Send out the link to
https://<host>/passwd/index.html
to the new user. They'll send their encrypted password back. - go to
https://<host>/admin/?page=admin
- log in as a superadmin
- edit the users.txt in the textbox and save (pay attention that the file was saved correctly)
Alternatively you can edit the passwd/users.txt
file directly.
Check out the folder other/sqlDumps
. There is an SQL file that creates the database. We also tried to make sure
to provide migrations in case updates are needed.
Make adjustments in config.inc.php
- Database parameters (
$config_db
) - Set base URL (
$config_baseurl
)
Create files and adjust CHMOD for
- config_current_fahrt_id (rw-rw-rw-)
- passwd/users.txt (rw-rw-rw-)
cp passwd/users.example.txt passwd/users.txt
TODO
You could add the the config file in your local gitignore file to prevent overrides on updates. In case you do that, remember to check for necessary updates.