安装 mongodb
sudo apt-get install mongodb
创建目录(放在单独文件夹中)
mkdir data/aa
在目录外面启动,端口为27017
mongod -dbpath 'data/aa' -port 27017