OnionIoT / Onion-Docs

Documentation for all things Onion
https://docs.onion.io
GNU General Public License v3.0
113 stars 65 forks source link

More console commands #14

Open gavazquez opened 7 years ago

gavazquez commented 7 years ago

In my case I wasn't able to install the console on omega2 as the disk space was used by python.

Some of the things that I discovered myself but would be nice to have in the docs:

edit the file /etc/config/onion

and add a section as: config cloud 'cloud' option deviceId 'YOURDEVICEID' option secret 'YOURSECRETCODE'

-To view the disk space run the command '/usr/sbin/disk-space' (if the console is installed, otherwise get that script from the ipk)

greenbreakfast commented 7 years ago

The manual console installation is outlined in the Installing-the-Console.md file, published here. I've updated the page so that the heading on installing the console using the command line shows up in the sidebar.

I'll be working through the rest of the suggestions as well!