Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ RUN chmod +x /usr/bin/update_ssmtp.sh
RUN /usr/bin/update_ssmtp.sh

# Open Atrium
ENV OATRIUM_DOWNLOAD_URL https://ftp.drupal.org/files/projects/openatrium-7.x-2.635-core.tar.gz
ENV OATRIUM_DOWNLOAD_SHA256 61b3096dd2cca103f3b2c9e833abc2760b3b135c59239fc01433d529fe046ee8
ENV OATRIUM_DOWNLOAD_URL https://ftp.drupal.org/files/projects/openatrium-7.x-2.641-core.tar.gz
ENV OATRIUM_DOWNLOAD_SHA256 c8f3c9fa43fbc4032e248d549c2bec2d738c32db807dcbd008374b9be11aa0d7
RUN rm -f /var/www/html/*
RUN curl -fsS "$OATRIUM_DOWNLOAD_URL" -o oatrium.tar.gz \
&& echo "$OATRIUM_DOWNLOAD_SHA256 oatrium.tar.gz" | sha256sum -c - \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This repo contains a working repository for Phase2's OpenAtrium, based on the Drupal CMS.

## OpenAtrium - ver. 2.635
## OpenAtrium - ver. 2.641

OpenAtrium is a pretty rad Drupal distribution, supported by Phase2, that makes it pretty easy to set up very flexible intranets/community sites with out-of-the-box support for maintaining a hierarchy of 'spaces' that can each be customized with calendars, tasks, discussion boards, and file sharing. User groups, teams, permissions, etc. all well supported.

Expand Down Expand Up @@ -177,7 +177,7 @@ Last Note: 99% of this image is relevant to any Drupal 7 distribution, so if you

You'll want to change this line:

`RUN curl https://ftp.drupal.org/files/projects/openatrium-7.x-2.635-core.tar.gz | tar xz -C /var/www/html --strip-components=1 `
`RUN curl https://ftp.drupal.org/files/projects/openatrium-7.x-2.641-core.tar.gz | tar xz -C /var/www/html --strip-components=1 `

to

Expand Down