Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rocket.Chat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RocketChat
Rocket.Chat
Commits
76db9f40
Unverified
Commit
76db9f40
authored
8 years ago
by
Aaron Ogle
Browse files
Options
Downloads
Patches
Plain Diff
Revert mongo section, need to delay replica init and use safe version of mongo
parent
b9b15d48
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.snapcraft/snapcraft.yaml
+19
-19
19 additions, 19 deletions
.snapcraft/snapcraft.yaml
with
19 additions
and
19 deletions
.snapcraft/snapcraft.yaml
+
19
−
19
View file @
76db9f40
...
...
@@ -17,7 +17,7 @@ apps:
daemon
:
simple
plugs
:
[
network
,
network-bind
]
rocketchat-mongo
:
command
:
env LC_ALL=C
start
mongo
command
:
env LC_ALL=C mongo
d --bind_ip 127.0.0.1 --smallfiles --dbpath=$SNAP_COMMON
daemon
:
simple
plugs
:
[
network
,
network-bind
]
rocketchat-caddy
:
...
...
@@ -32,49 +32,49 @@ apps:
parts
:
node
:
plugin
:
nodejs
node-engine
:
4.7.0
after
:
[
mongodb
]
node-engine
:
4.7.1
node-packages
:
-
minimax
-
bcrypt
-
promise
-
meteor-promise
-
fibers
-
underscore
-
source-map-support
-
semver
build-packages
:
# For fibers
-
python
-
build-essential
-
nodejs
organize
:
lib/node_modules
:
node_modules
stage
:
-
bin
-
node_modules
snap
:
-
bin
-
node_modules
mongodb
:
rocketchat-server
:
plugin
:
dump
after
:
[
mongodb
]
source
:
https://rocket.chat/releases/latest/download
source-type
:
tar
stage-packages
:
-
graphicsmagick
-
mongodb-server
-
libtcmalloc-minimal4
-
mongodb-clients
-
libssl1.0.0
stage
:
-
programs
-
main.js
-
usr
-
etc
-
lib
snap
:
-
programs
-
main.js
-
usr
-
etc
-
lib
mongodb
:
source
:
https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.7.tgz
plugin
:
dump
stage-packages
:
-
libssl1.0.0
stage
:
-
usr
-
bin
-
lib
snap
:
-
usr
-
bin
-
lib
scripts
:
plugin
:
dump
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment