https://github.com/numblr/objectref-parent
https://github.com/numblr/objectref-parent
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/numblr/objectref-parent
- Owner: numblr
- Created: 2023-03-07T09:02:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-12T09:22:44.000Z (about 3 years ago)
- Last Synced: 2025-06-20T23:42:53.953Z (about 1 year ago)
- Language: Dockerfile
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eliza-parent
Parent repository for the object referencing App.
This repository contains all components as _git_ submodules and can be used as the
root to execute [build commands](https://github.com/leolani/cltl-build/tree/main/make) that are run on the components.
## Check-out
To check out all code needed for the Eliza App, clone this repository including all submodules:
git clone --recurse-submodules -j8
## Run the application
Checkout the repository as described in [Check-out](#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
cd objectref-parent
make build
cd
source venv/bin/active
cd py-app
python app.py