-
Notifications
You must be signed in to change notification settings - Fork 8
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
Module configuration on a local server #164
Comments
Hi Kris, A more convenient way to configure your modules is via 'Admin' -> 'Manage modules' To add a new module (I assume that you only want to use local modules for now):
For your next step, data upload, this might be useful: |
Hi Ferry, I succeed to import data on https://dashin.eu/interventionstudies. |
Should I upload something to be able to use Modules on local server ? |
Could you please make a screenshot of your 'Manage modules' (/assayModule/index) page? |
Hi Kris and Ferry, http://enpadasitest.science.ku.dk/gscf/assayModule/index However, I have access to the modules from the start page. http://enpadasitest.science.ku.dk/ But when I am in the modules section in this case "Clinical chemistry" it is not possible to use the "back to design" button. http://enpadasitest.science.ku.dk/gscf/measurements/ClinicalChem Then this error i popping up Best Mikkel |
@mikkeltullin Great work both :-) Best, |
Dear Kris, Yes I rebooted the server and after that I can see the modules, but only access them from the start page. |
it is supposed to start with a "/"? or just gscf/ .... /Mikkel |
It is supposed to start with a "/" /Ferry |
Ok |
Ok From: Ferry Jagers [mailto:[email protected]] It is supposed to start with a "/" /Ferry — |
Ok, done! I believe I have to reboot again? Regarding the 'Back to design' issue: I don't know how access the the default.properties is it possible explain here? /Mikkel |
Yes, you need to reboot for 'Manage module' changes as well as config changes (Grails behaviour). It is located at ${projectRoot}/grails-app/conf/default.properties |
I placed two config files in tomcat/.gscf/: tomcat/.gscf/production.properties (the last one to get to the mail server settings) I don't have access to the server right now but my local copy of the of production.properties looks like this (where I believe ipaddr is the domain name, but could also be the public ip, I will check Monday):
|
For your convenience; you could move it all to one production.groovy (note: in this file all lines should be real groovy code, so you will need to change modules.sam.url=gscf/measurements/SAM to modules.sam.url="gscf/measurements/SAM" etc). |
Hi,
On my local server, I created a study with subjects, design and sample.
I'm ready to upload data, but there's no modules and I don't understand how I could create one.
My module configuration:
Module Configuration
modules.showInMenu=true
modules.sam.baseurl=http://${ipaddr}:8080/gscf/measurements/SAM
modules.sam.url=gscf/measurements/SAM
modules.metabolomics.url=http://${ipaddr}:8083/metabolomicsModule
modules.massSequencing.url=http://${ipaddr}:8184/massSequencing
Where ${ipaddr} is set to my server IP address.
What should I do to upload data (platforms, features and measurements) ?
Thanks for your help.
The text was updated successfully, but these errors were encountered: