Skip to content
Snippets Groups Projects
Commit 54ce6e00 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Tutorial:

- updated code repository to clone from
parent 5b66f209
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!10Tutorials cleanup
......@@ -11,25 +11,15 @@ sudo apt-get install -y git curl jq
## 1.3.2. Clone the Git repository of the TeraFlowSDN controller
__Important__: Right now, we have two repositories hosting the code of TeraFlowSDN: GitLab.com and ETSI owned GitLab
repository. Nowadays, only GitLab.com repository accepts code contributions that are periodically
mirrored to ETSI labs. In the near future, we plan to swap the repository roles and new contributions
will be accepted only at ETSI labs, while GitLab.com will probably be kept as a mirror of ETSI. If you
plan to contribute code to the TeraFlowSDN controller, by now, clone from GitLab.com. We will update the
tutorial as soon as roles of repositories are swapped.
Clone from GitLab (if you want to contribute code to TeraFlowSDN):
```bash
mkdir ~/tfs-ctrl
git clone https://gitlab.com/teraflow-h2020/controller.git ~/tfs-ctrl
```
Clone from ETSI owned GitLab (if you do not plan to contribute code):
Clone from ETSI-hosted GitLab code repository:
```bash
mkdir ~/tfs-ctrl
git clone https://labs.etsi.org/rep/tfs/controller.git ~/tfs-ctrl
```
__Important__: Original H2020-TeraFlow project hosted on GitLab.com has been archieved and will not receive further
contributions/updates. Please, clone from ETSI-hosted GitLab code repository.
## 1.3.3. Checkout the appropriate Git branch
By default 'master' branch is checked out. If you want to deploy 'develop' that incorporates the most up-to-date code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment