Skip to content

Instantly share code, notes, and snippets.

@kaihendry
Created April 9, 2018 04:04
Show Gist options
  • Save kaihendry/5de385d271c6fafde9c9fd317e03ca0f to your computer and use it in GitHub Desktop.
Save kaihendry/5de385d271c6fafde9c9fd317e03ca0f to your computer and use it in GitHub Desktop.
Unee-T setup

Comment out https://github.com/unee-t/bugzilla-customisation/blob/master/docker-compose.yml#L53-L73

make {down,clean,up}

Login as administrator@example.com;administrator

Create BUGZILLA_ADMIN_KEY http://localhost:8081/userprefs.cgi

Copy key to .env BUGZILLA_ADMIN_KEY in frontend/.env

Create new user in Bugzilla with admin rights

Find one or more generic cases on BZ, or create one from scratch.

Make your user an assignee of this case/s or add it to the cc list for each case.

npm run start

Create new user

Create new case

@franck-boullier
Copy link

Based on my convo with @kaihendry I realise that the current DB primer only installs an administrator user and a test unit.

I need to update the DB primer so that it also include the demo user and 2 demo units too.

This will make it simpler to create a fully functional Unee-T envo...

@mariorodriguespt
Copy link

Thanks @kaihendry, this really helped getting the app ready.
Probably it would be nice to configure the docker container to init Bugzilla database with a test api key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment