Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xixixao/space-cloud
Backend service for Space
https://github.com/xixixao/space-cloud
Last synced: 8 days ago
JSON representation
Backend service for Space
- Host: GitHub
- URL: https://github.com/xixixao/space-cloud
- Owner: xixixao
- Created: 2013-05-25T07:19:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-19T21:46:06.000Z (over 11 years ago)
- Last Synced: 2024-11-14T20:47:45.370Z (2 months ago)
- Language: CoffeeScript
- Size: 457 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
space-cloud
===========Backend service for Space
How to run
----------You need to have `mongod` running. It needs a directory, so ideally have one in your folder with **Cloud**
```bash
cd cloud
mkdir db
```and start the db
```bash
mongod --dbpath=db --smallfiles
```