alabid / flylatex

FlyLatex: A Realtime Collaborative Environment (with a concurrent editor) in node-js.
766 stars 85 forks source link

flylatex on a remote machine #30

Closed ghost closed 11 years ago

ghost commented 11 years ago

I am trying to install flylatex on a remote machine. I succeeded to install the depedencies (npm, node, mongodb, pdflatex ...). After that I followed the tutorial : http://kaanaksit.wordpress.com/2013/05/10/en-how-to-use-and-install-flylatex-on-ubuntu/ But I am blocked at the step : "Let’s create a mongo database before we go on, execute the command mongo in a linux shell. Once mongo shell is initiated, go ahead and use these command to create a mongo database." Can you explain me with details how it works ?

alabid commented 11 years ago

You actually don't have to create a new mongo database. The mongod just has to be running.