Utilityman / CardinalConnect

CardinalConnect is a system that will be used to connect students and alums with internships, mentorships and other events.
0 stars 1 forks source link

Using Vagrant to Run Server #8

Open Utilityman opened 7 years ago

Utilityman commented 7 years ago

It would be amazing to be able to wrap all of this into a vagrant environment. With enough functionality, you could have vagrant download all dependencies (tomcat, mysql, maven) and then to run the server automatically.

It's a long stretch but it would be amazing. To be able to develop in that environment would be much simpler, and also newcomers would have to put about 0 effort into setting everything up.

Utilityman commented 7 years ago

With the new project build, setting up a vagrant environment would be significantly easier than before. Though with the new project setup vagrant is barely even needed. All that vagrant would do is preinstall the dependencies but we can throw installers into our bin which can be run from there.

I would like to consider this closed but until we make those install scripts we will keep this open.