Skip to content

Latest Posts

  • Published on

    Prerequisites Have docker and docker-compose installed on your machine. Make sure both command are executable. Preparing project directory and files Create any folder/directory anywhere in your machine and name it anything you want like ehrbase_dev for example. Download and put these files in the folder: https://github.com/ehrbase/ehrbase/raw/develop/docker-compose.yml https://github.com/ehrbase/ehrbase/raw/develop/.env.ehrbase If the above links are not accessible anymore, you can … Continued

  • Published on

    Prerequisites Have docker and docker-compose installed on your machine. Make sure both command are executable. Downloading the docker-compose.yml file We’ll use the docker-compose file provided by bitnami. You can create a folder/directory in your machine to start our test project. You can name the folder anything you want. You can download or get the docker-compose … Continued

  • Published on

    Prerequisites Prepare a MongoDB server and the MongoDB shell environment to interact with the DB server. You can see the Running MongoDB using Docker and Installing MongoDB Shell (Mongosh) on Windows posts in this blog as references. Connecting to DB For example: mongosh 127.0.0.1:27017 –username root –password changeme . You should enter the mongo shell … Continued

  • Published on

    Prerequisites Prepare a MongoDB server to test the MongoDB shell installation. You can check the Running MongoDB using Docker post on this site as a reference. Installing through the installer (MSI) Downloading the installer Go to https://www.mongodb.com/try/download/shell and you will find the section the download the installer. Make sure to select the Windows 64-bit MSI … Continued

  • Published on

    Disclaimer This is for development purposes. Making it production-ready may need some configuration and security practices. Prerequisites Have docker and docker-compose installed on your machine. Make sure the command are executable in your terminal. At least 500 MB of memory is allocated for running the services. Creating the docker-compose file You may want to create a folder/directory anywhere in your machine … Continued

  • Published on

    Disclaimer This is for development purposes. Making it production-ready may need some configuration and security practices. Prerequisites Have docker and docker-compose installed on your machine. Make sure the command are executable in your terminal. At least 500 MB of memory is allocated for running the services. Creating the docker-compose file You may want to create a folder/directory anywhere in your machine … Continued

  • Published on

    Disclaimer This is for development purposes. Making it production-ready may need some configuration and security practices. Prerequisites Have docker and docker-compose installed on your machine. Make sure the command are executable in your terminal. At least 500 MB memory allocated for running the services. Creating the docker-compose file You may want to create a folder/directory … Continued