MEDimage-app-docs
  • 👋Welcome!
  • 👊Quick start
  • 👀Interface overview
  • 🧠Radiomics
    • Data Processing
      • Data Manager
      • Radiomics Pre-Checks
    • Feature Extraction
      • Batch Extraction
      • Single Scan
  • 👨‍đŸĢLearning
  • â™ģī¸Code generation
  • đŸ•šī¸Demonstration
  • 👩‍đŸ’ģContributing
  • 🤓About us
  • FORMS
    • âœī¸Contact us
    • âš ī¸Report an issue
  • MEDIA
    • đŸĨMEDimage website
    • 🤖GitHub
    • đŸ“ēYouTube
    • 👾Discord
Powered by GitBook
On this page
  • Automatic installation
  • Manual installation
  • RUN THE APP

Quick start

Installation of the app

PreviousWelcome!NextInterface overview

Last updated 9 months ago

Automatic installation

Below are tutorials for downloading and installing the app on various operating systems.

Manual installation

To manually download, install, and start using the application, please follow these steps:

Cloning the project

Via SSH (recommended)

git clone -b develop git@github.com:MEDomics-UdeS/MEDimage-app.git

Via HTTPS

git clone -b develop https://github.com/MEDomics-UdeS/MEDimage-app.git

Access the cloned folder

cd <.../MEDimage-app/>

Install npm packages

npm install

Manually

cd go_server
go build main.go

or automatically, by running the following script

.\utilScripts\pack_GO.bat
bash utilScripts/pack_GO_linux.sh
bash utilScripts/pack_GO_mac.sh

Set up the python environment, by running the following script

.\pythonEnv\create_conda_env_win.bat

Run the following script

bash pythonEnv/create_conda_env_linux.sh
zsh pythonEnv/create_conda_env_mac.sh

When developing python code, you may need to install new packages. To do so, you can activate the environment and install any package with pip:

conda activate med_conda_env
pip install <package_name>

RUN THE APP

npm run dev

This tutorial is for MEDomicsLab (the parent app) and will be updated soon, but the instructions remain the same. However, please use the following link to download the assets for the MEDimage-app: .

Installing package

Building files

This will create a named med_conda_env and install the required packages.

Now that the app is live and running, it is time to learn how to use the interface, see you on the next page

👊
😉
MEDimage-app release
npm
go server
conda environment