Installation
Last updated
Was this helpful?
Last updated
Was this helpful?
The repository can be found on GitHub.
We give write permissions to every developer who asks for it. Just text us on .
Clone the repository, this will create a new folder called Human-Connection
:
Change into the new folder.
There are four important directories:
runs on the server and is a middleware between database and frontend
is a server-side-rendered and client-side-rendered web frontend
configuration for kubernetes
contains end-to-end tests and executable feature specifications
In order to setup the application and start to develop features you have to setup frontend and backend.
There are two approaches:
Local installation, which means you have to take care of dependencies yourself
Or Install everything through docker which takes care of dependencies for you
Docker is a software development container tool that combines software and its dependencies into one standardized unit that contains everything needed to run it. This helps us to avoid problems with dependencies and makes installation easier.
Check the correct Docker installation by checking the version before proceeding. E.g. we have the following versions:
There are on your computer or server.
Follow these instructions to .
Follow these instructions to .
Follow these instructions to .