...
Step 2 - Retrieve Cytomine bootstrap
To install Cytomine with the last features from ULiege research team, open Terminal app and run these commands:
Info |
---|
Latest Cytomine ULiege release is available at: https://github.com/Cytomine-ULiege/Cytomine-bootstrap/releases/latestLatest Cytomine ULiege release can be downloaded here: https://github.com/Cytomine-ULiege/Cytomine-bootstrap/releases/latest/download/Cytomine-bootstrap.zip |
Download the archive and extract it.
Code Block | ||||
---|---|---|---|---|
| ||||
mkdir Cytomine/ cd Cytomine/ wget https://github.com/Cytomine-ULiege/Cytomine-bootstrap/releases/latest/download/Cytomine-bootstrap.zip unzip Cytomine-bootstrap.zip |
To install Cytomine ULiege latest developments, continuous builds or pre-releases, you can clone the Git repository:
Code Block | ||||
---|---|---|---|---|
| ||||
git clone https://github.com/Cytomine-ULiege/Cytomine-bootstrap.git
cd Cytomine-bootstrap |
Step 3 - Configure your instance
...