# install package
npm install create-msphere -g
# create new starter project
create-msphere <ARGS>
git clone https://github.com/MattsSe/msphere-starter
cd msphere-starter
gradlew build
Create a new project from the commandline Both options create a new project using gradle.
create-msphere
java -jar build/libs/create-msphere-0.1.0.jar <ARGS>
Simply run
./gradlew getSDK
If this fails then the download url is no longer valid. Please use Option 2 and file an issue.
- Download the MindSphere SDK from the Siemens Industry Online Support Portal. Requires a Siemens account. Download the zip file and put it into the ./libs folder. You don't need to unzip it.
- Install the sdk manually:
./gradlew installSDK
./gradlew build