• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

Revision7a1185e7c37be36beda076100d9b3ddf1dd61e7d (tree)
Time2012-03-30 21:21:31
AuthorDave Brondsema <dbrondsema@geek...>
CommiterYaroslav Luzin

Log Message

[#3874] remove custom mongo stuff

Signed-off-by: Dave Brondsema <dbrondsema@geek.net>

Change Summary

Incremental Difference

--- a/README.markdown
+++ b/README.markdown
@@ -84,18 +84,6 @@ Hopefully everything completed without errors. We'll also need to create a plac
8484
8585 The forge consists of several components, all of which need to be running to have full functionality.
8686
87-
88-### MongoDB database server
89-
90-Generally set up with its own directory, we'll use ~/var/mongodata to keep our installation localized. We also need to disable the default distribution server.
91-
92- (anvil)~$ sudo service mongodb stop
93- (anvil)~$ sudo update-rc.d mongodb remove
94-
95- (anvil)~$ mkdir -p ~/var/mongodata ~/logs
96- (anvil)~$ nohup mongod --dbpath ~/var/mongodata > ~/logs/mongodb.log &
97-
98-
9987 ### SOLR search and indexing server
10088
10189 We have a custom config ready for use.