This guide will guide you through the installation process for the HIAS Historical Data Interface.
You will need to ensure you have the following prerequisites installed and setup.
The HIAS Historical Data Interface is a core component of the Hospital Intelligent Automation Server. Before beginning this tutorial you should complete the HIAS installation guide and the server should be running.
The HIASCDI has been tried and tested on the following operating system(s):
- Ubuntu 18.04
You are now ready to install the HIAS Historical Data Interface software.
Clone the HIAS Historical Data Interface repository from the Asociación de Investigacion en Inteligencia Artificial Para la Leucemia Peter Moss Github Organization.
To clone the repository and install the project, make sure you have Git installed. Now navigate to your HIAS installation project root and then use the following command.
git clone https://github.com/AIIAL/HIASHDI.git
mv HIASHDI components/hiashdi
This will clone the HIAS Historical Data Interface repository and move the cloned repository to the agents directory in the HIAS project (components/hiashdi/).
cd components/
ls
Using the ls command in your home directory should show you the following.
hiashdi
Navigate to the components/hiashdi/ directory in your HIAS project root, this is your project root directory for this tutorial.
Developers from the Github community that would like to contribute to the development of this project should first create a fork, and clone that repository. For detailed information please view the CONTRIBUTING guide. You should pull the latest code from the development branch.
git clone -b "2.0.0" https://github.com/AIIAL/HIASHDI.git
The -b "2.0.0" parameter ensures you get the code from the latest master branch. Before using the below command please check our latest master branch in the button at the top of the project README.
All other software requirements are included in scripts/install.sh. You can run this file on your machine from the HIAS project root in terminal. Use the following command from the HIAS project root:
sh components/hiashdi/scripts/install.sh
You will now create a service that will run your IoT Agent. Making sure you are in the HIAS project root, use the following command:
sh components/hiashdi/scripts/service.sh
Now you can continue to the API Usage Guide
Asociación de Investigacion en Inteligencia Artificial Para la Leucemia Peter Moss encourages and welcomes code contributions, bug fixes and enhancements from the Github community.
The following are ways that you can contribute to this project:
Please read the CONTRIBUTING document for a contribution guide.
You can also join in with, or create, a discussion in our Github Discussions area.
All contributors to this project are listed below.
- Adam Milton-Barker - Asociación de Investigacion en Inteligencia Artificial Para la Leucemia Peter Moss President/Founder & Lead Developer, Sabadell, Spain
We use SemVer for versioning.
This project is licensed under the MIT License - see the LICENSE file for details.
You use the repo issues to track bugs and general requests related to using this project. See CONTRIBUTING for more info on how to submit bugs, feature requests and proposals.