Skip to content

Commit b342cfe

Browse files
committed
Add CAS with attributes
1 parent 73480a3 commit b342cfe

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.meteor/packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ cfs:gridfs
8484
eluck:accounts-lockout
8585
rzymek:fullcalendar
8686
87-
atoy40:accounts-cas
8887
browser-policy-framing
8988
mquandalle:moment
9089
msavin:usercache
90+
ppoulard:accounts-cas

.meteor/versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ aldeed:[email protected]
99
1010
1111
12-
1312
1413
1514
@@ -129,6 +128,7 @@ peerlibrary:[email protected]
129128
peerlibrary:[email protected]
130129
peerlibrary:[email protected]
131130
131+
132132
133133
134134

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,16 @@ RUN \
148148
cd /home/wekan/app/packages && \
149149
gosu wekan:wekan git clone --depth 1 -b master git://github.com/wekan/flow-router.git kadira-flow-router && \
150150
gosu wekan:wekan git clone --depth 1 -b master git://github.com/meteor-useraccounts/core.git meteor-useraccounts-core && \
151+
gosu wekan:wekan git clone --depth 1 -b master git://github.com/ppoulard/meteor-accounts-cas.git meteor-accounts-cas && \
151152
sed -i 's/api\.versionsFrom/\/\/api.versionsFrom/' /home/wekan/app/packages/meteor-useraccounts-core/package.js && \
152153
cd /home/wekan/.meteor && \
153154
gosu wekan:wekan /home/wekan/.meteor/meteor -- help; \
154155
\
155156
# Build app
156157
cd /home/wekan/app && \
157158
gosu wekan:wekan /home/wekan/.meteor/meteor add standard-minifier-js && \
159+
# adding CAS
160+
gosu wekan:wekan /home/wekan/.meteor/meteor add ppoulard:accounts-cas && \
158161
gosu wekan:wekan /home/wekan/.meteor/meteor npm install && \
159162
gosu wekan:wekan /home/wekan/.meteor/meteor build --directory /home/wekan/app_build && \
160163
cp /home/wekan/app/fix-download-unicode/cfs_access-point.txt /home/wekan/app_build/bundle/programs/server/packages/cfs_access-point.js && \

0 commit comments

Comments
 (0)