Question: Cannot set up admin in local galaxy instal
1
gravatar for donato.giovannelli
2.5 years ago by
donato.giovannelli10 wrote:

Hi All,

I read about 20 different post on the same problem but I seem not to be able to solve it.

I just installed a local Galaxy following instruction at https://wiki.galaxyproject.org/Admin/GetGalaxy

I copied galaxy.ini.sample and renamed it galaxy.ini in the config directoy

I removed the # and inserted the email I used to register my user mymail@gmail.com

The galaxy.ini looks like this:

# Administrative users - set this to a comma-separated list of valid Galaxy
# users (email addresses).  These users will have access to the Admin section
# of the server, and will have access to create users, groups, roles,    
# libraries, and more.  For more information, see:
#   https://wiki.galaxyproject.org/Admin/Interface
admin_users = mymail@gmail.com

I closed down galaxy (btw, how do you shut down galaxy without having to kill the PID to free the adress?) and restarted run.sh

But still no admin interface to install tools....

What am I doing wrong?

Thank you!!

Don

admin • 919 views
ADD COMMENTlink modified 2.4 years ago by rishabsingh64950 • written 2.5 years ago by donato.giovannelli10
3
gravatar for Remi Marenco
2.5 years ago by
Remi Marenco80
Washington DC
Remi Marenco80 wrote:

Hi Danato,

First, make sure your admin_users email is matching the one you used to register and log in.

Second, you need to restart your Galaxy each time you modify your files in config/. You can do it in different ways:

  • If you launched your Galaxy like: sh run.sh => Just CTRL+C in the terminal and retype sh run.sh
  • If you launched your Galaxy like: sh run.sh --daemon (which I guess is what you did) => (sh run.sh --stop-daemon + sh run.sh --daemon) or sh run.sh --restart (or sh run.sh restart if Galaxy <= 16.01)
  • If you launched your Galaxy like: sh run.sh --reload => Nothing to do, Galaxy will watch the config files, and restart by himself if modified

Hope it helps!

ADD COMMENTlink modified 2.5 years ago • written 2.5 years ago by Remi Marenco80

Thank you! Using the sh run.sh did not work, but using the --daemon option made the admin panel appear... strange thing! Thank you very much!

D

ADD REPLYlink written 2.5 years ago by donato.giovannelli10

the probable cause is that you have multiple Galaxies running on your machine and there is a mishmash in the configs; glad it works for you now

ADD REPLYlink modified 2.5 years ago • written 2.5 years ago by Martin Čech ♦♦ 4.9k
0
gravatar for Martin Čech
2.5 years ago by
Martin Čech ♦♦ 4.9k
United States
Martin Čech ♦♦ 4.9k wrote:

Do you see no Admin link in the top menu at all or are you just unable to install tools? If the latter you need to also specify tool_dependency_dir in the config.

ADD COMMENTlink written 2.5 years ago by Martin Čech ♦♦ 4.9k

Hi Martin, thanks for our reply... I see no admin link in the top menu...

ADD REPLYlink written 2.5 years ago by donato.giovannelli10

Any help out there? I cannot find a solution...

ADD REPLYlink written 2.5 years ago by donato.giovannelli10
Please log in to add an answer.

Help
Access

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Powered by Biostar version 16.09
Traffic: 167 users visited in the last hour