Skip to content

Commit

Permalink
Revert docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan Macdonald committed Nov 8, 2021
1 parent fe002b1 commit 3afb34b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3afb34b

Please sign in to comment.