Skip to content

leolani/g2ky-parent

Repository files navigation

g2ky-parent

Parent repository for the Eliza App.

This repository contains all components of the Eliza app as git submodules and can be used as the root to execute build commands that are run on the components.

For a description of the Eliza App see to the README there.

Check-out

To check out all code needed for the Eliza App, clone this repository including all submodules:

    git clone --recurse-submodules -j8 https://github.com/leolani/g2ky-parent.git

Run the application

Checkout the repository as described in Check-out. Then go to the repository root, build the project, activate the virtual environment for the Python application and run it. Altogether:

    git clone --recurse-submodules -j8 https://github.com/leolani/g2ky-parent.git
    cd g2ky-parent
    make build
    cd cltl-g2ky-app
    source venv/bin/active
    cd py-app
    python app.py

Development

Follow the instructions in cltl-combot.

About

Parent for the Get To Know You app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published