cheminfo / docker-pdb

Docker compose project that will create a local copy of pdb database in couchdb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  • Clone the project
  • cd docker-pdb
  • cp .env.example .env
  • Edit the .env to set port and password
  • docker-compose up -d

If you are using selinux you should also apply the following command: chcon -R -t container_file_t docker-pdb

The first time it will take days to create the database from scratch.

You can check the evolution using the homepage of the project ie http://localhost:XXXX where XXXX is the port number specified in the .env file.

About

Docker compose project that will create a local copy of pdb database in couchdb


Languages

Language:GLSL 69.6%Language:JavaScript 28.7%Language:HTML 1.1%Language:Dockerfile 0.4%Language:Shell 0.1%