@awvinf/classcad-windows-x64 v0.0.0-beta.7
The ClassCAD Binaries
⚠️ Currently only available for beta users!
Getting Started
You can install the classcad binaries with
npm
oryarn
by running the install command in your package folder.npm i @awvinf/classcad-windows-x64 or yarn add @awvinf/classcad-windows-x64
Go to buerli.io, sign up for a user account and download the required application package. Place the downloaded
ccapp
in a secure folder on your local system.Since this file contains sensitiv data, be sure to keep it private and do not commit it to any source control. The
ccapp
package should not be distributed.⚠️ Important! The user area of buerli.io is under construction and not available yet!
To test the installation please execute the following command in a terminal window and you will see the help message. The current working directory needs to be the root of your npm package.
npx classcad --help
Now, you're ready to start the
ClassCAD Server
. Make sure to provide the properccapp
package path to the--ccappfile
option.npx classcad --ip localhost --port 8182 --instances 5 --ccappfile <PATH-TO-CCAPP-FILE>.ccapp
Check the status of the ClassCAD server which should now be available under http://localhost:8182
http://localhost:8182/status
You are ready to build CAD applications for the web. Have a look at the buerli api documentation to get started https://buerli.io/api.
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago