I read the docs on webfaction and install the mongodb with the steps
and it said :
To start the database, run $HOME/webapps/application/mongodb-linux-architecture-version/bin/mongod --auth --dbpath $HOME/webapps/application/data/ --port number.
To stop MongoDB while it is running in the foreground, press Ctrl + C.
But I need to keep the database always running
How can I do ?
Please giude me .Thanks