I install postgresql and proftpd
and modified galaxy.ini like this
port = 8080 host = 0.0.0.0 filter-with = gzip use_interactive = False debug = False cleanup_job = onsuccess Switching to PostgreSQL database server ftp_upload_dir = ftp_upload_site = localhost:2021
It works well but no ftp shown in upload window.
Then I add this in galaxy.ini database_connection = galaxy:1Galaxy@localhost:5432/galaxy_db
It showed that after sh run.sh:
galaxy.queue_worker INFO 2016-08-16 23:05:12,086 Initializing main Galaxy Queue Worker on sqlalchemy+galaxy:1Galaxy@52.43.176.152:5432/galaxy_db
gaierror: [Errno -2] Name or service not known
I already set up a galaxy_db with username galaxy and password !Galaxy in postgresql
So any help would be appreciated~~
Thanks...