We will use docker and docker-compose to get started on dingoql.
First we need to clone dingoql's tutorial codebase from github.
git clone https://github.com/dingoql/dingoql-tutorial.git
Then we change directory to the downloaded directory.
cd dingoql-tutorial
Run docker-compose. This will donwload and start the docker images required to run DingoQL server
docker-compose up -d
Now you can open http://localhost:3000
to access dingoql's admin.
By default we have already created an admin user. You can use the following username and password.
Field | Value |
---|---|
admin@admin.com | |
Password | qwerty123 |