Update later
Update later
Update later
On initial download: "chmod +x start"
First run: ./start dev install
Afterwards: ./start
To run the static build (with full, ie User login and storage, functionality), do "npm run build in client/frontend", then use localhost:8000
Install Prettier and ESLint if you are using Visual Studio. Set formatOnSave to True in your user settings
Download Chefmate.pem and move it to the keys/ folder in the project
chmod 400 chefmate.pem
ssh -i Chefmate.pem ec2-user@18.222.251.5 OR run ./connect in the keys folder
Congratulations you are in the Chefmate DB
nohup ./buildIndex > output.txt &
export FLASK_ENV="production"; python3 ranker.py
Set the desired number of iterations in main.py
./buildIndex