infinito/administration
2019-01-26 16:48:07 +01:00
..
build.sh Optimized code and removed shellcheck errors 2019-01-05 12:38:58 +01:00
cleanup-ignored.sh Optimized code and removed shellcheck errors 2019-01-05 12:38:58 +01:00
clear.sh Optimized code and removed shellcheck errors 2019-01-05 12:38:58 +01:00
composer-update.sh Optimized code and removed shellcheck errors 2019-01-05 12:38:58 +01:00
copy-configuration.sh Optimized for SPA 2019-01-05 23:52:37 +01:00
format-code.sh Excluded checking of directory var from codesniffer 2019-01-05 18:55:13 +01:00
generate-coverage-report.sh Optimized code and removed shellcheck errors 2019-01-05 12:38:58 +01:00
init.sh Optimized code and removed shellcheck errors 2019-01-05 12:38:58 +01:00
load-fixtures.sh Optimized code and removed shellcheck errors 2019-01-05 12:38:58 +01:00
mysql.sh Optimized code and removed shellcheck errors 2019-01-05 12:38:58 +01:00
node-container-cli.sh Optimized for SPA 2019-01-05 23:52:37 +01:00
README.md Optimized documentation 2019-01-26 16:48:07 +01:00
recreate-database.sh Added script for recreating database 2019-01-05 17:14:06 +01:00
router.sh Optimized code and removed shellcheck errors 2019-01-05 12:38:58 +01:00
schema-update.sh Optimized code and removed shellcheck errors 2019-01-05 12:38:58 +01:00
schema-validate.sh Optimized code and removed shellcheck errors 2019-01-05 12:38:58 +01:00
services.sh Added service script 2019-01-06 19:39:25 +01:00
shellcheck.sh Added shellcheck to test-everything 2019-01-05 12:45:44 +01:00
start.sh Optimized code and removed shellcheck errors 2019-01-05 12:38:58 +01:00
stop.sh Optimized code and removed shellcheck errors 2019-01-05 12:38:58 +01:00
submodule-init.sh Optimized code and removed shellcheck errors 2019-01-05 12:38:58 +01:00
submodule-sync.sh Optimized code and removed shellcheck errors 2019-01-05 12:38:58 +01:00
symfony-container-cli.sh Optimized for SPA 2019-01-05 23:52:37 +01:00
test-code-format.sh Optimized code and removed shellcheck errors 2019-01-05 12:38:58 +01:00
test-everything.sh Implemented draft for API 2019-01-05 15:34:02 +01:00
test.sh Optimized code and removed shellcheck errors 2019-01-05 12:38:58 +01:00
total-clean.sh Optimized code and removed shellcheck errors 2019-01-05 12:38:58 +01:00

#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.