This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
get_started_fuel_deploy [2015/03/10 12:01] Marcin Szczukiewicz [6. Build your fuel .iso image] |
get_started_fuel_deploy [2015/12/29 02:02] (current) Ruijing Guo [4. Clone the OPNFV code git repository] |
||
|---|---|---|---|
| Line 40: | Line 40: | ||
| ===== 4. Clone the OPNFV code git repository ===== | ===== 4. Clone the OPNFV code git repository ===== | ||
| So now we're coming to the fun part! Let's clone the code repository: | So now we're coming to the fun part! Let's clone the code repository: | ||
| - | git clone ssh://<Linux foundation user>@gerrit.opnfv.org:29418/genesis | + | git clone https://gerrit.opnfv.org/gerrit/fuel |
| - | or (eg. if firewall settings don't permit to make ssh connections) | + | |
| - | git clone https://<Linux foundation user>@gerrit.opnfv.org/gerrit/genesis | + | |
| - | Change the directory to "fuel-build" | + | Change the directory to "build" |
| - | cd fuel-build/ | + | cd build/ |
| ===== 5. Set up (build) your build environment ===== | ===== 5. Set up (build) your build environment ===== | ||
| //YOU DO NOT NEED TO SET UP YOUR BUILD ENVIRONMENT, THE TOP MAKE ALL TARGET WILL DO THAT FOR YOU IF NOT ALREADY DONE, | //YOU DO NOT NEED TO SET UP YOUR BUILD ENVIRONMENT, THE TOP MAKE ALL TARGET WILL DO THAT FOR YOU IF NOT ALREADY DONE, | ||