BCO Portal Local Deployment: Difference between revisions

From BCOeditor Wiki
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 the command:  
## 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>
### cd cd bco_api
### <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:

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