Skip to content

Styringsværktøj til IT projekter (Sysstatus)

License

Notifications You must be signed in to change notification settings

itk-dev/sysstatus

Repository files navigation

itstyr

Styringsværktøj til IT projekter

Setup locally

Start Docker containers

docker-compose up -d
docker-compose exec phpfpm composer install
docker-compose exec phpfpm bin/console doctrine:migrations:migrate --no-interaction

Create a super admin user

docker-compose exec phpfpm bin/console fos:user:create --super-admin

Access the site

You should now be able to browse to the application

open http://$(docker-compose port nginx 80)

Import systems and reports

bin/console itstyr:import:system PATH
bin/console itstyr:import:report PATH