Sign in

Install the app

There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
  1. 1

    Move to the cloned repo

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    cd dagknows_docker_compose
    copied
    1
  2. 2

    Make modifications to the environment variables

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

    open the .env file in this folder and modify the following variables for the superuser (you):

    • SUPER_USER : This is the email of the superuser
    • SUPER_PASSWORD : Initial password for the superuser. You can change it later after login.
    • SUPER_USER_FIRSTNAME : Your first name
    • SUPER_USER_LASTNAME : Your last name
    • SUPER_USER_ORG : Your organization name


    The following values are needed in case you plan to add more users and invite them via email. These settings will enable sending the sign up email to those users

    • MAIL_SERVER : Your email server.
    • MAIL_USERNAME : Your user name in case the sign up emails should go on your behalf
    • MAIL_PASSWORD : Your email server password
    • MAIL_DEFAULT_SENDER: Your email again
    2
  3. 3

    Create local directories for mapping databases

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    mkdir esdata1
    copied
    3
  4. 4

    Bring up the app

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    sudo docker-compose up -d
    copied
    4