You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The development set up works fine there is only one issue. It requires a SSL certificate which one would need to self sign for development I guess. Anyways for development http is probably the better option anways.
Since you have a branch for development setup I think. Maybe you want to delete the ssl parameters their or otherwise we should probably include some kind of instruction to the read me on how to circumvent this.
The text was updated successfully, but these errors were encountered:
1-alex98
changed the title
Development set up
Development set up and SSL
Aug 7, 2020
I think I'll include an instruction to create a self-signed certificate in the README. The certificate is needed if you want to embed a development instance of CodeWorkout in the public Canvas site, e.g., to test the integration, even if it's self-signed.
The development set up works fine there is only one issue. It requires a SSL certificate which one would need to self sign for development I guess. Anyways for development http is probably the better option anways.
I just edited the runservers.sh to drop ssl.
root@265448d3e90c:/code-workout# cat runservers.sh
bundle exec thin start -p 9292 --debug
Since you have a branch for development setup I think. Maybe you want to delete the ssl parameters their or otherwise we should probably include some kind of instruction to the read me on how to circumvent this.
The text was updated successfully, but these errors were encountered: