ucsdscheduleplanner / UCSD-Schedule-Planner

A project to help UCSD students plan their schedules quickly and easily.
https://sdschedule.com/
MIT License
7 stars 2 forks source link

Reconstruct Install/Start script #62

Closed snowme34 closed 5 years ago

snowme34 commented 5 years ago

Trying to begin merging with master branch.

CTrando commented 5 years ago

So from what I can see, you added another docker-compose yml file for production which is good. I simplified the run script recently so everything is compact within the one file and I updated the README accordingly, did you take this into account?

snowme34 commented 5 years ago

I'll try to make a single start script, in which the "development" mode is the default. (Eventually we might need to get rid of such scripts)

And after I get stable access to Internet I will try to run it locally (in a virtual machine with the same specs as our server does). And change some firewall rules (you will never know what people will do after things go public) and deploy.

snowme34 commented 5 years ago

Also it might take some time (I don't want to make any assumptions) to merge our latest UI. Is that what we are going to do before this release?

CTrando commented 5 years ago

Do you mean latest UI as in the new redesigned one? If that's the case, then if you merge to master you should have those changes. But yes, we should have the latest UI for our release.

snowme34 commented 5 years ago

Roll back to stable version:

https://github.com/CTrando/UCSD-Planner-Helper/pull/65