Repository and Cloning Instructions
The project is hosted on GitHub at the following repository: MDS-ADSDB-Proj1-JiJonas. To clone the repository and set up the project on your local machine, follow these steps:
-
Clone the Repository
Open your terminal and run the following command:git clone https://github.com/Quiracle/MDS-ADSDB-Proj1-JiJonas.git
This will create a local copy of the repository in a folder named
MDS-ADSDB-Proj1-JiJonas. -
Navigate to the Project Directory
Move into the cloned repository folder:cd MDS-ADSDB-Proj1-JiJonas -
Docker Setup
As described, we provide two Docker Compose configurations:- With Volume: To keep generated files synced with your local machine:
docker-compose -f docker-compose.yml up
- Without Volume: To test in an isolated environment:
docker-compose -f docker-compose-non-persistent.yml up
- With Volume: To keep generated files synced with your local machine:
-
Access the Streamlit UI
Once the Docker container is running, open your browser and go tohttp://localhost:8501to access the Streamlit interface, where you can execute tasks and monitor the project.
This setup ensures that you have all the necessary tools and configurations to run the project seamlessly on your local environment.