/SyncData

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Syncdata was developed to automatically replicate the database by capturing the dumps and making it available as a container.

Requirements:

Update and install essentials

$ sudo apt update && sudo apt -y upgrade build-essential git make wget vim

Get Docker:

https: //docs.docker.com/engine/install/ubuntu/

Install Docker Compose:

https: //docs.docker.com/compose/install/

Make commands

build services to images docker
$ make build
Download the demo database
$ make deploy
Download the demo database
$ make exec
Download the demo database
$ make recreate_container
Download the demo database
$ make remove_image_dengue_db
Download the demo database
$ make make clean

Others Make commands

Download the demo database
$ make download_demodb