diff --git a/INSTALL.md b/INSTALL.md index 64637fbf88f..60b718689ad 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -37,8 +37,8 @@ docker-compose up ## Uploading test data -By default the Core Framework will have the reference application installed. If you want to also upload some demo data you can do so using `cht-conf`: - - Install [cht-conf](https://github.com/medic/cht-conf) +By default the Core Framework will have the reference application installed. If you want to also upload some demo data you can do so using `medic-conf`: + - Install [medic-conf](https://github.com/medic/medic-conf) - Check out the [cht-core](https://github.com/medic/cht-core) respository to your local machine, either by using the [Github Desktop app](https://desktop.github.com/) or by running the following command in the directory you want to check the code out into: `git clone https://github.com/medic/cht-core.git`. This will create a `cht-core` directory. - Navigate your terminal to the `config/default` directory of the `cht-core` directory. This is where the reference application is stored. - - Run the following `cht-conf` command: `cht-conf --url=https://medic:password@localhost --accept-self-signed-certs csv-to-docs upload-docs`. This first compiles and then uploads the shipped default test data to your local instance + - Run the following `medic-conf` command: `medic-conf --url=https://medic:password@localhost --accept-self-signed-certs csv-to-docs upload-docs`. This first compiles and then uploads the shipped default test data to your local instance diff --git a/README.md b/README.md index f88281bc314..f8aed8b087a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ If you are a developer looking to contribute to the Core Framework itself, you s If you wish to evaluate the Core Framework, _or_ you are a developer looking to create or modify applications built with the Core Framework, you can instead follow the [easy deployment](./INSTALL.md) instructions, which will get the latest stable release running locally via Docker. -You will need to also familiarise yourself with [cht-conf](https://github.com/medic/cht-conf), a tool to manage and configure your apps built using the Core Framework. A brief guide for modifying the config is available [alongside the config](./config/default/GUIDE.md). A more detailed guide is available in [cht-docs](https://docs.communityhealthtoolkit.org/apps/). +You will need to also familiarise yourself with [medic-conf](https://github.com/medic/medic-conf), a tool to manage and configure your apps built using the Core Framework. A brief guide for modifying the config is available [alongside the config](./config/default/GUIDE.md). A more detailed guide is available in [cht-docs](https://docs.communityhealthtoolkit.org/apps/). ### Supported Browsers