Grownetics¶
Grownetics is an open source environmental mapping with plant management and tracking software suite.
Setup¶
To create the database run docker exec -it grownetics_growdash_1 ./seed.sh
.
Login with default credentials:
User: admin@grownetics.co
Pass: GrowBetter16
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 %}
Last update: May 5, 2020