BCO Portal Local Deployment: Difference between revisions

From BCOeditor Wiki
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:

  1. Clone the GitHub Repository
    1. Open Terminal, enter the command:
      1. git clone https://github.com/biocompute-objects/bco_api
      2. cd cd bco_api
  2. Switch to the latest release branch:
    1. git switch 22.10