cheese-fork
cheese-fork copied to clipboard
Very clear dependencied setup guide
In order to be able to setup the project locally (fetch all needed data from the Technion) I had to (as a windows user):
- install WSL,
- install Ubunto
- I installed these dependencies just in order to run the deploy files:
- dos2unix - so that I could use bash to properlly run the file.
- php - it needs php to run the backend logic for fetching all the data from the technion website
- php-dom - it needs it to be abel to scratch the data from the returned docuements from the technion website
- php-curl - yep
- php-mbstring - so all the downloaded data can be parsed
Thought it would worth mentioning if someone will want to fiddle with your project Michael. :)
Your instructions are mostly relevant for technion-ug-info-fetcher, the project that's responsible for fetching the data. WSL/Ubuntu isn't needed for it, I develop solely on Windows. The only Linux-specific part is deploy.sh
in this repo, but it only contains a couple instructions, and can be easily rewritten to another language or even executed manually.