The only requirement is to have Node.js installed in your system. Get npm!.
cd frontend
npm install
npm start
The only requirement is to have Docker and Docker Compose installed in your system. Get them with Docker Desktop distribution.
docker-compose -p pracujtime up
Login as jkowalski
with password password
.
All available user logins are listed in the table below. Password for all of them is password
.
User | Role |
---|---|
aszymanska | client_editor |
awisniewska | report_viewer |
jkowalczyk | supervisor_editor |
jkowalski | manager |
kwojcik | team_editor |
mkaminska | timelog_viewer |
mwozniak | holiday_request_approver |
mzielinska | |
plewandowski | |
pnowak |
Prest Ctrl+C
in the console, wait for services to be stopped and then run command below to release allocated resources.
docker-compose -p pracujtime down
- Keycloak administration console - user
admin
, passwordadmin
- Account console - user credentials, eg. user
jkowalski
, passwordpassword
If you wish to export updated settings see the keycloak.md for more informaiton.