aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
AgeCommit message (Collapse)Author
2022-11-14Introduced (ugly) fix for food overflows. For real, the server was down for ↵Joel Kronqvist
A WHOLE DAY, just because a food next week was 1 CHARACTER MORE than 256 characters!
2022-10-18setup.sh: more robust, some other improvementsJoel Kronqvist
2022-10-17Fixed setup.sh cloning url.Joel Kronqvist
2022-10-17Imroved README.md, modified server to update on startJoel Kronqvist
Also minor changes to setup.sh and update.js. In update.js the updation function was changed to take a database connection (as in database.js) instead of a string with the credentials to the DB.
2022-10-16Finished setup.shJoel Kronqvist
It should work, even though it's kind of unstable if the user enters dumb things.
2022-10-16More changes to setup.sh. I have no clue how to write bash scripts.Joel Kronqvist
2022-10-16Modified setup script. No guarantees that it works.Joel Kronqvist
2022-10-15Bug fixes & started setup.shJoel Kronqvist