-
Notifications
You must be signed in to change notification settings - Fork 0
Home
m4lm edited this page Mar 4, 2024
·
4 revisions
Welcome to the official documentation of Netanol! This wiki contains information on how to install, configure, and use Netanol.
- Clone the project
git clone https://github.com/TELBC/Netanol
- Navigate to the Docker directory
cd Netanol/Docker
- Run the project with docker compose. You can specify more detail in your
dev.env
orprod.env
if necessary. You will need to include them in the command with an extra--env-file
flag.
docker compose --env-file .env up
All configuration possibilities can be found inside Netanol/Docker/.env
.
After following the instructions found listed in the installation section, you can start using Netanol. You will be able to access the admin dashboard at https://<IP>:80
.
[TODO]
[TODO] - idk if keeping this is necessary