Adfinis customer support portal with LDAP and Timed integration.
- Node + Yarn
- Docker + Docker Compose
git clone [email protected]:adfinis/customer-center.git
cd customer-center
make init
Run make serve-local
to start the frontend directly.
admin1
user1
customer1
customer2
The password for all users is 123qweasd
.
To attach a debugger you need to run the backend with yarn debug
(in the container). There is a configuration file for VSCode but you can use any Node debugger to attach to the service.
The data source for the Customer Center is a Timed backend instance. The development instance is available at http://localhost:8000/admin/ and you will have had to create the credentials (superuser) when running make init
.
To simulate our SSO we are running a KeyCloak instance. All you ever need is the admin console. The DirectGrant is configured through a "client" named timed-confidential
.
- Address
http://localhost:8080/auth/admin/ - Username
admin
- Password
admin
- Address
http://localhost:6443/ - Username (prefilled)
cn=admin,dc=adsy-ext,dc=becs,dc=adfinis-sygroup,dc=ch
- Password
123qwe
All sent emails can be viewed via the MailHog web-interface at http://localhost:8025/.
Clone the repository and execute the following commands on your production system:
git pull
make deploy