mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2024-12-19 21:18:00 +00:00
change repo name
This commit is contained in:
parent
6ba2b82032
commit
a7d0bc58d1
@ -29,7 +29,7 @@ For the following, it is expected that the OpenMTC code repository is
|
||||
prepared in a directory named:
|
||||
|
||||
```
|
||||
openmtc-open-source.git
|
||||
OpenMTC
|
||||
```
|
||||
|
||||
OpenMTC container images will be created through a hiearchy of
|
||||
@ -41,7 +41,7 @@ Docker repository.
|
||||
**Be sure to have installed Docker.io in version 1.6.2 at minimum.**
|
||||
|
||||
```
|
||||
cd openmtc-open-source.git
|
||||
cd OpenMTC
|
||||
./create-binary-docker sdk
|
||||
./create-binary-docker gateway
|
||||
```
|
||||
@ -58,7 +58,7 @@ additional parameter needs to be provided to the
|
||||
`create-binary-docker` script.
|
||||
|
||||
```
|
||||
cd openmtc-open-source.git
|
||||
cd OpenMTC
|
||||
./create-binary-docker --arch arm sdk
|
||||
./create-binary-docker --arch arm gateway
|
||||
```
|
||||
|
@ -8,12 +8,12 @@ In this short tutorial you will:
|
||||
|
||||
Clone the OpenMTC repository
|
||||
```sh
|
||||
git clone https://github.com/OpenMTC/OpenMTC openmtc-open-source.git
|
||||
git clone https://github.com/OpenMTC/OpenMTC OpenMTC
|
||||
```
|
||||
|
||||
All following commands should be executed from within the repo folder
|
||||
```sh
|
||||
cd openmtc-open-source.git
|
||||
cd OpenMTC
|
||||
```
|
||||
|
||||
The next steps need Docker to be installed on your system. If you need help for
|
||||
|
Loading…
Reference in New Issue
Block a user