You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a setup.sh Script for One-Command Installation
📝 Description
EduAid currently requires multiple manual steps for installation and setup. This issue proposes creating a new setup.sh script in the root directory that automates the entire installation process with a single command.
🎯 Goal
Provide an easy-to-use installation script that sets up all dependencies, environments, and services required to run EduAid.
✅ Proposed Solution
The new setup.sh script should:
Check and install dependencies (Node.js, Python, npm, curl, tar, etc.).
Create and activate a virtual environment for the backend.
Install backend dependencies using pip install -r requirements.txt.
Download and extract the Sense2Vec model if not already present.
Install frontend dependencies for the web app and extension (npm install).
Ensure a smooth developer experience with minimal manual intervention.
The text was updated successfully, but these errors were encountered:
Create a
setup.sh
Script for One-Command Installation📝 Description
EduAid currently requires multiple manual steps for installation and setup. This issue proposes creating a new
setup.sh
script in the root directory that automates the entire installation process with a single command.🎯 Goal
Provide an easy-to-use installation script that sets up all dependencies, environments, and services required to run EduAid.
✅ Proposed Solution
The new
setup.sh
script should:pip install -r requirements.txt
.npm install
).The text was updated successfully, but these errors were encountered: