-
Notifications
You must be signed in to change notification settings - Fork 22
Easier onboarding/install #469
Comments
Hi @vsergeyev! There are some things that you will definitely need to get Ocim running:
A load balancer is also required, but Ocim will work (with a few errors) without it. Note that most of these requirements are for Open edX itself, and since Ocim is managing setting it up, it needs access to those services as well. The ansible playbooks we use to set up the load balancer, MySQL, Mongo and Ocim itself are also open source, you can see them here: https://github.com/open-craft/ansible-playbooks For dev/test/local settings, you can use different .env files. A sample/test file is included in the repo: https://github.com/open-craft/opencraft/blob/master/.env.test |
Hi @xitij2000! Thank you for pointing me to right places. I appreciate it really. Have uses ansible playbooks wit hsuccess and have local dev env. Wish you have an easy and sunny day over there. |
That's great to hear! We would love to hear about your experience setting up, and using Ocim and any other pain points you encounter. Note that we've recently made the Ocim documentation available [here|https://ocim.opencraft.com/en/latest/] as well. It doesn't contain any new information, but it's hopefully in a format that's hopefully easier to consume. |
@vsergeyev Thank you for your interest in Ocim! Did you end up being able to install Ocim? We can help you further if you got stuck, it's useful for us to know where the pain points are. |
Good day, wish you a safe and pleasant day over there.
Just wonder if it is possible to have more "default" values in settings, so it will be easier to install and start with application.
https://github.com/open-craft/opencraft#install is solid and helpful. Thank you for documentation. Just noticed it is no chance to have test/dev/local settings in https://github.com/open-craft/opencraft/blob/master/opencraft/settings.py
Feel free to close this if it is not relevant.
The text was updated successfully, but these errors were encountered: