BCO Portal Local Deployment: Difference between revisions
Jump to navigation
Jump to search
(Created page with "In order to work with BCO API locally, please follow the following steps to set up: '''Mac OS:''' # Clone the GitHub Repository ## Open Terminal, enter the command: ### git clone https://github.com/biocompute-objects/bco_api ### cd cd bco_api") |
No edit summary |
||
Line 5: | Line 5: | ||
### git clone https://github.com/biocompute-objects/bco_api | ### git clone https://github.com/biocompute-objects/bco_api | ||
### cd cd bco_api | ### cd cd bco_api | ||
# Switch to the latest release branch: | |||
## git switch 22.10 |
Revision as of 18:10, 4 October 2022
In order to work with BCO API locally, please follow the following steps to set up: Mac OS:
- Clone the GitHub Repository
- Open Terminal, enter the command:
- git clone https://github.com/biocompute-objects/bco_api
- cd cd bco_api
- Open Terminal, enter the command:
- Switch to the latest release branch:
- git switch 22.10