Skip to content

Commit

Permalink
Merge pull request #66 from SBU-BMI/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ebremer authored Mar 4, 2021
2 parents d4ffcc5 + 4e6b61a commit 3213cff
Show file tree
Hide file tree
Showing 16,612 changed files with 755,697 additions and 245,961 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER Erich Bremer "erich.bremer@stonybrook.edu"
#
### update OS
RUN yum update -y && yum clean all
RUN yum -y install wget which zip unzip java-1.8.0-openjdk bind-utils epel-release
RUN yum -y install wget which zip unzip bind-utils epel-release
RUN rpm -Uvh http://mirror.bebout.net/remi/enterprise/remi-release-7.rpm
RUN yum-config-manager --enable remi-php73
RUN yum -y install httpd openssl mod_ssl mod_php php-opcache php-xml php-mcrypt php-gd php-devel php-mysql php-intl php-mbstring php-uploadprogress php-pecl-zip php-ldap
Expand Down Expand Up @@ -50,6 +50,7 @@ RUN openssl req -subj '/CN=www.mydom.com/O=My Company Name LTD./C=US' -x509 -nod
# copy over Docker initialization scripts
EXPOSE 80
COPY run.sh /root/run.sh
COPY savepathdb /root/savepathdb
COPY mysql.tgz /build
RUN mkdir /quip/config
RUN mkdir /quip/config-update
Expand Down
3 changes: 3 additions & 0 deletions config/action.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
recursion_limit: 35
_core:
default_config_hash: X4YpfA5OdcR0yUAF6UsJxqmOdrviYYj45h_SAH_p4oU
10 changes: 0 additions & 10 deletions config/bartik.settings.yml

This file was deleted.

27 changes: 0 additions & 27 deletions config/block.block.bartik_account_menu.yml

This file was deleted.

25 changes: 0 additions & 25 deletions config/block.block.bartik_branding.yml

This file was deleted.

22 changes: 0 additions & 22 deletions config/block.block.bartik_breadcrumbs.yml

This file was deleted.

22 changes: 0 additions & 22 deletions config/block.block.bartik_content.yml

This file was deleted.

27 changes: 0 additions & 27 deletions config/block.block.bartik_footer.yml

This file was deleted.

22 changes: 0 additions & 22 deletions config/block.block.bartik_help.yml

This file was deleted.

20 changes: 0 additions & 20 deletions config/block.block.bartik_local_actions.yml

This file was deleted.

22 changes: 0 additions & 22 deletions config/block.block.bartik_local_tasks.yml

This file was deleted.

27 changes: 0 additions & 27 deletions config/block.block.bartik_main_menu.yml

This file was deleted.

22 changes: 0 additions & 22 deletions config/block.block.bartik_messages.yml

This file was deleted.

20 changes: 0 additions & 20 deletions config/block.block.bartik_page_title.yml

This file was deleted.

22 changes: 0 additions & 22 deletions config/block.block.bartik_powered.yml

This file was deleted.

32 changes: 0 additions & 32 deletions config/block.block.bartik_tools.yml

This file was deleted.

27 changes: 27 additions & 0 deletions config/block.block.bootstrap_account_menu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
uuid: 93447995-5029-40d1-8e74-c510f4baf2e2
langcode: en
status: true
dependencies:
config:
- system.menu.account
module:
- system
theme:
- bootstrap
_core:
default_config_hash: HrZTblWpMF4fo6BdbBcyHEu5Hp9ds1IZF3FiRd2Q8rU
id: bootstrap_account_menu
theme: bootstrap
region: navigation_collapsible
weight: 11
provider: null
plugin: 'system_menu_block:account'
settings:
id: 'system_menu_block:account'
label: 'User account menu'
provider: system
label_display: '0'
level: 1
depth: 2
expand_all_items: false
visibility: { }
Loading

0 comments on commit 3213cff

Please sign in to comment.