# NPEC PHIS installation, documentation and development files
# NPEC PHIS installation, documentation and development files
For more information, please contact Jennifer de Rue or Sven Warris.
For more information, please contact Jennifer de Rue or Sven Warris.
\ No newline at end of file
## Installing services
To install and run PHIS, execute these commands:
```{bash}
git clone https://git.wur.nl/NPEC/phis.git
cd phis/docker
docker-compose up -d
```
This will create 4 volumes to store database data and web server configurations. It will launch images for the tomcat web service, apache php web application, mongodb and postgresql. Adminer is installed to access the postgresql database. Docker networks 'frontend' and 'backend' are also activated.
To access the API, please add 'tomcat' as alias to localhost.
## Installing PHIS configuration, web service and application