Openwords / OpenwordsWebapp

This is the main codebase Openwords webapp - open source language learning platform for authoring lessons for students.
http://openwords.com/
59 stars 9 forks source link

minor issues : typo, lesson builder bug, severe error while running jetty as a service #6

Open pepemont opened 6 years ago

pepemont commented 6 years ago

Hello everyone, I just successfully uploaded and deployed this code on my own VPS (Ubuntu 16.04).

Just a few tips :

Hope this help !

Regards, Paul

hanaldo commented 6 years ago

Thanks Paul for the correction.

Regarding the Lesson builder, the openwords.org one is out-dated, the newer version is at our Openwords app server and this source code.

Please note that the cloudContextPath = "/my_web_data/" is only for the Openwords server at Openshift, if you want to develop locally, when you call getContextPath(boolean useExternal) method you will need to pass "false". For example: UploadSound.

Also a tip I just found out, our Openwords server only works with MySQL 5.7 for now, don't try MySQL 8 at all, it will break everything.