Hi Ahmed,

You can get the deployed version hash from git:

cd /edx/app/edxapp/edx-platform
git rev-parse HEAD
# OR get branch name
git status

The "fullstack" vs "devstack" question is more about which settings the
instance is running with.  You can get this from the environment:

# Production servers
edxapp@appserver:~$ source /edx/app/edxapp/edxapp_env
edxapp@appserver:~$ echo $EDX_PLATFORM_SETTINGS
production

# Devstacks
root@lms:/edx/app/edxapp/edx-platform# echo $EDX_PLATFORM_SETTINGS
devstack_docker

Cheers,
--
Jill
@OpenCraft
<http://opencraft.com/>

-- 
You received this message because you are subscribed to the Google Groups 
"General Open edX discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to edx-code+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/edx-code/CAMZ1AtK2FeYD31U__TeQqTVDN5XMVAjq2_zGaEqxNFgC-2DTXw%40mail.gmail.com.

Reply via email to