Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apps.ohmage.org configuration issues #10

Open
stevenolen opened this issue Jul 25, 2012 · 1 comment
Open

apps.ohmage.org configuration issues #10

stevenolen opened this issue Jul 25, 2012 · 1 comment

Comments

@stevenolen
Copy link
Member

Will,

When I was rooting around in the updater v2 files on apps.ohmage I noticed that there was a link to updater.mobilizingcs.org as a parameter in views.py. I'm not sure if this could cause app malfunctions at some point, but it may be helpful to change them to point to the correct location. I grepped the directories for that string (I'm not sure if the partial string, or IP address is used elsewhere, grepping for those things returned no results):

[root@apps ~]# grep -Hr "updater.mobilizingcs.org" /opt/updater

/opt/updater/uproject/uapp/views.py:main_page = 'http://updater.mobilizingcs.org:8080/updater/'
Binary file /opt/updater/uproject/uapp/views.pyc matches
/opt/updater/uproject/media/updater/app/view/Viewer.js: var loginURL = "http://updater.mobilizingcs.org/uproject/uapp/login/";
/opt/updater/uproject/media/updater/app/view/Viewer.js: var checkLoggedInURL = "http://updater.mobilizingcs.org/uproject/uapp/listAppNames/";

@ghost ghost assigned wirru Jul 25, 2012
@wirru
Copy link

wirru commented Jul 25, 2012

Good call! I changed those things to the correct values

On Jul 25, 2012, at 8:24 AM, stevenolen [email protected] wrote:

Will,

When I was rooting around in the updater v2 files on apps.ohmage I noticed that there was a link to updater.mobilizingcs.org as a parameter in views.py. I'm not sure if this could cause app malfunctions at some point, but it may be helpful to change them to point to the correct location. I grepped the directories for that string (I'm not sure if the partial string, or IP address is used elsewhere, grepping for those things returned no results):

[root@apps ~]# grep -Hr "updater.mobilizingcs.org" /opt/updater

/opt/updater/uproject/uapp/views.py:main_page = 'http://updater.mobilizingcs.org:8080/updater/'
Binary file /opt/updater/uproject/uapp/views.pyc matches
/opt/updater/uproject/media/updater/app/view/Viewer.js: var loginURL = "http://updater.mobilizingcs.org/uproject/uapp/login/";
/opt/updater/uproject/media/updater/app/view/Viewer.js: var checkLoggedInURL = "http://updater.mobilizingcs.org/uproject/uapp/listAppNames/";


Reply to this email directly or view it on GitHub:
#10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants