hi ,
i want to add new tab and i followed the instructions in this blog :
http://www.bedjango.com/blog/-how-create-tab-open-edx/
but i misunderstanding what means update versions in the next lines?
1.
You need to increase the code version in setup.py
2.
Log in as edxapp user and activate their virtualenv. Then, execute the
next command:
*pip install -e /edx/app/edxapp/edx-platform*
3.
You must restart the server: *sudo /edx/bin/supervisorctl restart
edxapp *:
******************************
When you add a new entry point, you need to update the package's version
number and then reinstall it. It would be cleaner to create your new tab in
its own Python package and then install that, but if you are modifying the
platform directly then you'll need to do:
pip install -e /edx/app/edxapp/edx-platform
--
You received this message because you are subscribed to the Google Groups
"General Open edX discussion" group.
To view this discussion on the web visit
https://groups.google.com/d/msgid/edx-code/3d2e754b-95cc-491c-8810-296e0e62860e%40googlegroups.com.