Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.42 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.42 KB

Sub folder 'scripts'

This folder contains several helper scripts to install the ctrlX AUTOMATION SDK, required Debian packages and to build sample projects.

SDK Installation Script Files

  • clone-install-sdk.sh clones the ctrlX AUTOMATION SDK git repository from github, downloads the according zip archiv and installs the required files into the cloned github repository.

Installation of Required Packages

  • install-required-packages.sh installs required packages to develop apps with the ctrlX AUTOMATION SDK
  • install-snapcraft.sh installs snapcraft to build snaps
  • install-ctrlx-datalayer.sh installs the ctrlx-datalayer Debian package and registers its storage directory as local package source

Installation Scripts for Programming Languages

  • install-go.sh downloads and installs required packages to develop snaps with go
  • install-dotnet-sdk.sh downloads and installs required packages to develop snaps with dotnet
  • install-nodejs-npm.sh downloads and installs required packages to develop snaps with Node.js

ctrlX OS Development Tools

  • install-ctrlx-os-dev-tools.sh downloads and installs required packages to build a ctrlX OS image

Building a Sample Project and uploading the Snap

  • build-upload-log-snap.sh Build a sample project, upload the snap and redirect log printout of the snap

License

SPDX-FileCopyrightText: Bosch Rexroth AG SPDX-License-Identifier: MITREADME.md