summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files/slxadmin-init/slxadmin-init.php
Commit message (Collapse)AuthorAgeFilesLines
* [SSPS] Refactor static_files: Submodules with treeSimon Rettberg2020-12-171-51/+0Star
| | | | | | | | Add submodules (aka directories) to static_files, named according to what component they are for. Add function "install_files" to copy the contents of one of those modules to the root directory. This should make the resulting setup more obvious and require less manual copying of files everywhere.
* [SSPS] Change minilinux download URL; now also with maxilinuxSimon Rettberg2020-01-171-1/+1
|
* [SSPS] Fix slxadmin-init script (read gpg key from file)Simon Rettberg2019-10-291-1/+6
|
* [SSPS] Read config from config.phpSimon Rettberg2019-10-281-6/+0Star
|
* [SSPS] dirname != basedirSimon Rettberg2019-10-281-1/+1
|
* [SSPS] Move slx-admin db init to install stage, add predefined dataSimon Rettberg2019-10-251-0/+52
We now ship with some predefined table contents, which requires us to set up the db scheme during installation. Probably a smart idea anyways since any errors during that step would then happen right away and not at the customer's site.