ramverma | af74a62 | 2018-07-31 18:25:39 +0100 | [diff] [blame^] | 1 | // |
| 2 | // ============LICENSE_START======================================================= |
| 3 | // Copyright (C) 2016-2018 Ericsson. All rights reserved. |
| 4 | // ================================================================================ |
| 5 | // This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE |
| 6 | // Full license text at https://creativecommons.org/licenses/by/4.0/legalcode |
| 7 | // |
| 8 | // SPDX-License-Identifier: CC-BY-4.0 |
| 9 | // ============LICENSE_END========================================================= |
| 10 | // |
| 11 | // @author Sven van der Meer (sven.van.der.meer@ericsson.com) |
| 12 | // |
| 13 | |
| 14 | == Get the APEX Source Code |
| 15 | The APEX source code is hosted in as project on Github link:https://github.com/Ericsson/apex[Ericsson:apex]. |
| 16 | The current stable version is in the master branch. |
| 17 | Simply clone the master branch from Github using either HTTPS (first example below) or SSH (second example below). |
| 18 | |
| 19 | [source%nowrap,sh,numbered] |
| 20 | ---- |
| 21 | git clone https://github.com/Ericsson/apex.git |
| 22 | ---- |
| 23 | |
| 24 | [source%nowrap,sh,numbered] |
| 25 | ---- |
| 26 | git clone git@github.com:Ericsson/apex.git |
| 27 | ---- |