Question: how to connect porftpd server to my local galaxy
0
yychangsd • 30 wrote:
These days I am totally confused by how to connect porftpd server to my local galaxy.
I installed postgresql and proftpd Meanwhile,
I made several changes in galaxy.ini
use_remote_user = True remote_user_maildomain = example.domain database_connection = postgres://postgres:postgres@localhost:5432/galaxy
Then I run sh run.sh and it showed
OperationalError: (psycopg2.OperationalError) FATAL: database "galaxy" does not exist
Any suggestions about it? Thanks~~
Have you enabled the EPEL repository (
yum -y install epel-release
)?tried it and showed that:
Setting up Install Process No package epel-release available. Nothing to do
Apparently these are the proper instructions.