Data Wizard is designed to be easy to install and deploy in various environments. This guide will walk you through the installation process and help you get started with your first data extraction task.
Generate a random `APP_KEY`
APP_KEY
for your Data Wizard instance. This key is used for encryption and security purposes. Please note the base64:
prefix.Run the following command to generate a random APP_KEY
:-base64
flag.When using your generated key later, make sure to also prefix it with base64:
like this:Run the Docker Container
Option | Description |
---|---|
-p 9090:80 , -p 4430:443 , -p 4430:443/udp | Maps ports on your host machine to ports in the container for HTTP and HTTPS access. |
-v ...:... | Creates named volumes for persistent storage of application files, SQLite database, and Caddy server data and configuration. |
-e APP_KEY=[APP_KEY] | Sets the APP_KEY environment variable, essential for application security. |
Access Data Wizard
https://localhost:4430
. You might see a
warning about an invalid HTTPS certificate because it’s a self-signed certificate for local development. You can
safely ignore this warning for local testing.Welcome! 👋
Create Superadmin Account
Get Started