BCO Portal Local Deployment: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
In order to work with BCO API locally, please follow the following steps to set up: | In order to work with BCO API locally, please follow the following steps to set up: | ||
'''Mac OS:''' | '''Mac OS:''' | ||
# Clone the GitHub Repository | # Clone the GitHub Repository | ||
## Open Terminal, enter | ## Open Terminal, enter following commands: | ||
### git clone https://github.com/biocompute-objects/bco_api | ### <code>git clone https://github.com/biocompute-objects/bco_api</code> | ||
### | ### <code>cd bco_api</code> | ||
# Switch to the latest release branch: | # Switch to the latest release branch: | ||
## git switch 22.10 | ## <code>git switch 22.10</code> |
Revision as of 18:14, 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 following commands:
git clone https://github.com/biocompute-objects/bco_api
cd bco_api
- Open Terminal, enter following commands:
- Switch to the latest release branch:
git switch 22.10