Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finger563/webgme-importer
Allows importing json-serialized (sub-)trees of webgme projects under the assumption that the meta for the serialized model is the same as the meta for the model it is being imported into.
https://github.com/finger563/webgme-importer
Last synced: 5 days ago
JSON representation
Allows importing json-serialized (sub-)trees of webgme projects under the assumption that the meta for the serialized model is the same as the meta for the model it is being imported into.
- Host: GitHub
- URL: https://github.com/finger563/webgme-importer
- Owner: finger563
- Created: 2016-10-02T16:15:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-03T00:18:38.000Z (over 8 years ago)
- Last Synced: 2024-12-11T18:23:36.110Z (about 1 month ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webgme-importer
## Installation
First, install the webgme-importer following:
- [NodeJS](https://nodejs.org/en/) (v4.x.x recommended)
- [MongoDB](https://www.mongodb.com/)Second, start mongodb locally by running the `mongod` executable in your mongodb installation (you may need to create a `data` directory or set `--dbpath`).
Then, run `webgme start` from the project root to start . Finally, navigate to `http://localhost:8888` to start using webgme-importer!