Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
ma-impl
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
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
eccochu
ma-impl
Commits
0389ee2d
Commit
0389ee2d
authored
9 years ago
by
Eike Cochu
Browse files
Options
Downloads
Patches
Plain Diff
updated mongodb installation
parent
d4ac85e2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-0
8 additions, 0 deletions
README.md
with
8 additions
and
0 deletions
README.md
+
8
−
0
View file @
0389ee2d
...
...
@@ -41,6 +41,14 @@ The following steps were reproduced in that order on a fully updated Ubuntu 15.1
sudo
systemctl restart mongodb
mongo
```
if running from inside a VM, rebind MongoDB host:
```
bash
nano /etc/mongodb.conf
# comment out line:
# bind_ip = 127.0.0.1
# save
sudo
systemctl restart mongodb
```
if watchman will be used (see below) additional packages are required for building watchman from source
```
bash
...
...
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