PHP service using a MongoDB database
7.4K
:warning: This is only the iReceptor web service. It requires an existing MongoDB database. For a complete solution including a MongoDB database and tools to import data, use the iReceptor Turnkey.
Requires Linux Ubuntu (tested with Ubuntu Xenial 16.04).
Create a file env with your MongoDB database connection info. Example:
DB_HOST=localhost
DB_PORT=
DB_DATABASE=ireceptor
DB_USERNAME=
DB_PASSWORD=
curl -s https://get.docker.com | sudo sh
sudo docker run -d --rm -p 80:80 --env-file env ireceptor/service-php-mongodb
curl localhost
curl localhost/airr/v1/info
Content type
Image
Digest
Size
187.4 MB
Last updated
about 5 years ago
docker pull ireceptor/service-php-mongodb