If you intend to run Docnow on CentOS (tested on 7)
- At least 8GB memory
- Git
- Install Docker and Docker compose
- (optional) reverse proxy web server ideally with TLS. Your reverse proxy server will listen on port 3000 for the docnow application
sudo yum -y install git
To install Docnow from the repository, clone the repository locally:
git clone https://github.com/docnow/docnow.git
cd docnow
docker-compose up -d
Launch your preferred browser and open up: http://localhost:3000