0.0.0-beta.7 • Published 4 years ago

@awvinf/classcad-windows-x64 v0.0.0-beta.7

Weekly downloads
25
License
SEE LICENSE IN AW...
Repository
-
Last release
4 years ago

The ClassCAD Binaries


⚠️ Currently only available for beta users!


Getting Started

  1. You can install the classcad binaries with npm or yarn by running the install command in your package folder.

        npm i @awvinf/classcad-windows-x64
        or
        yarn add @awvinf/classcad-windows-x64
  2. 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!

  3. 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
  4. Now, you're ready to start the ClassCAD Server. Make sure to provide the proper ccapp package path to the --ccappfile option.

    npx classcad --ip localhost --port 8182 --instances 5 --ccappfile <PATH-TO-CCAPP-FILE>.ccapp
  5. Check the status of the ClassCAD server which should now be available under http://localhost:8182

    http://localhost:8182/status
  6. 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.