Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.22 KB

README.md

File metadata and controls

52 lines (31 loc) · 1.22 KB

Build Status

Adfinis AG - Customer Center

This is still very much in progress.

Prerequisites

Before you start, please make sure that the following tools are installed:

Setup

make install-frontend install-backend
docker-compose up -d
make install

Configuration

Info: for development setup see Development

Set ldap.bindCredentials and services.timed.password in backend/config.js to their respective passwords.

To use the timedbackend service you need to configure the api user in the django admin.

Configure the endpoints as needed.

Development

Create a symlink for config.js ln -s config-dev.js config.js.

Run yarn start-proxy to start the frontend.

The default password for all users is 123qweasd.

Deployment

Clone the repository and execute the following commands on your production system:

git pull
make deploy

LDAP

To authenticate against LDAP, we used the Passport LDAP authentication strategy