Skip to content

Commit

Permalink
install conda as user
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed May 30, 2017
1 parent 0c86c56 commit 32c9d37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion galaxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ ADD GalaxyDocker.png $GALAXY_CONFIG_DIR/web/welcome_image.png
ADD welcome.html $GALAXY_CONFIG_DIR/web/welcome.html

RUN ./scripts/common_startup.sh && \
. $GALAXY_VIRTUAL_ENV/bin/activate && \
python ./scripts/manage_tool_dependencies.py -c "$GALAXY_CONFIG_FILE" init_if_needed && \
# Install all required Node dependencies. This is required to get proxy support to work for Interactive Environments
cd $GALAXY_ROOT/lib/galaxy/web/proxy/js && \
npm install
Expand All @@ -202,7 +204,6 @@ RUN rm $PG_DATA_DIR_DEFAULT -rf && \
python /usr/local/bin/setup_postgresql.py --dbuser galaxy --dbpassword galaxy --db-name galaxy --dbpath $PG_DATA_DIR_DEFAULT && \
service postgresql start && \
. $GALAXY_VIRTUAL_ENV/bin/activate && \
python ./scripts/manage_tool_dependencies.py -c "$GALAXY_CONFIG_FILE" init_if_needed && \
sh create_db.sh -c "$GALAXY_CONFIG_FILE" && \
python /usr/local/bin/create_galaxy_user.py --user $GALAXY_DEFAULT_ADMIN_USER --password $GALAXY_DEFAULT_ADMIN_PASSWORD -c $GALAXY_CONFIG_FILE --key $GALAXY_DEFAULT_ADMIN_KEY && \
service postgresql stop
Expand Down

0 comments on commit 32c9d37

Please sign in to comment.