mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 23:17:19 +01:00
.. | ||
build.sh | ||
cleanup-ignored.sh | ||
clear.sh | ||
composer-update.sh | ||
copy-configuration.sh | ||
format-code.sh | ||
generate-coverage-report.sh | ||
init.sh | ||
load-fixtures.sh | ||
mysql.sh | ||
node-container-cli.sh | ||
README.md | ||
recreate-database.sh | ||
router.sh | ||
schema-update.sh | ||
schema-validate.sh | ||
services.sh | ||
shellcheck.sh | ||
start.sh | ||
stop.sh | ||
submodule-init.sh | ||
submodule-sync.sh | ||
symfony-container-cli.sh | ||
test-code-format.sh | ||
test-everything.sh | ||
test.sh | ||
total-clean.sh |
#administration
In this folder you will find all necessary scripts to run and configure the application.
requirements
This scripts are optimized for Ubuntu, but may they will run on MAC OS.
Tested on a Ubuntu 18.04.1 LTS machine.
initialization
To initialize the docker environment, please execute in the root:
bash administration/init.sh
Afterwards you can access the service via http://127.0.0.1:80.