Skip to content

How to use

DavideC03 edited this page Jan 4, 2022 · 6 revisions

:octocat: How to use :octocat:

To use the createstructure service, you need to be subscribed to the createstructure service.

Mobile app

Use the mobile app is the easiest way to use the createstructure service. At the moment it's disponible for Android (>= 8).

The steps to install the app are:

The steps to upgrade the app are:

The steps to uninstall the app are:

Ubuntu/ Debian app

The Ubuntu/ Debian app is a tool to use the createstructure service on the command line.

The steps to install the app are:

  • Ubuntu
sudo add-apt-repository ppa:castellanidavide/createstructure
sudo apt-get update
sudo apt-get install createstructure
  • Debian
    • Download the last .deb file from the Release page
    • sudo apt-get install <filename>.deb

The steps to update the app are:

  • Ubuntu
    • sudo apt-get update
    • sudo apt-get upgrade
  • Debian
    • Download the last .deb file from the Release page
    • sudo apt-get install <filename>.deb

The steps to uninstall the app are:

  • sudo apt-get remove createstructure

REST API

The REST API is a web service that allows you to use the createstructure service. It didn't need to be installed on the computer to use the service.

The steps to use it are: