Grownetics¶
Grownetics is an open source environmental mapping with plant management and tracking software suite.
The docker images comes from multiple sources and some of them do not support arm devices. If you are aware of a suitable substitution or replacement, please see issue 478 and test your idea using the documentation.
Setup¶
To create the database run docker exec -it grownetics_growdash_1 ./seed.sh
.
Login with default credentials:
User: admin@grownetics.co
Pass: GrowBetter
Access¶
It is available at https://{% if grownetics.domain %}{{ grownetics.domain }}{% else %}{{ grownetics.subdomain + "." + domain }}{% endif %}/ or http://{% if grownetics.domain %}{{ grownetics.domain }}{% else %}{{ grownetics.subdomain + "." + domain }}{% endif %}/
{% if enable_tor %} It is also available via Tor at http://{{ grownetics.subdomain + "." + tor_domain }}/ {% endif %}