1.5.0 • Published 8 years ago

webgme-setup-tool v1.5.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Build Status Version Stories in Ready

WebGME Setup Tool

The WebGME setup tool is a tool for managing WebGME apps. Specifically, it provides a command line interface for creating, removing, installing from other WebGME apps, (etc) for various WebGME components (currently addons and plugins are supported).

Quick Start

WebGME apps require NodeJS and MongDB installed on the host system (the server).

Setting up a WebGME app

First install the project with

npm install -g webgme-setup-tool

Next, create a new WebGME app:

webgme init MyNewProject

Navigate to the project folder and install dependencies:

cd MyNewProject
webgme start

Now, open a browser and navigate to http://localhost:8888 to get started!

Creating custom WebGME components

Additional useful commands include

webgme new plugin MyNewPlugin
webgme ls plugin
webgme rm plugin MyNewPlugin

webgme new addon MyNewAddOn
webgme rm addon MyNewAddOn

It currently supports adding plugins or addons from github repositories which are either created with this tool or contain a WebGME config.js file in the project root:

webgme add plugin <plugin> <github user>/<github project>

FAQ

  • Tried loading "coreplugins/XXXXGenerator/XXXXGenerator" at xxxxx/src/../node_modules/webgme/src/plugin/coreplugins/...

    • This usually happens after updating a clone of the webgme-setup-tool and is caused by an outdated version of the webgme. That is, this happens when the webgme-setup-tool has been updated to support a feature that isn't supported in the currently installed webgme dependency. Running npm update from the project root should fix it.
1.5.0

8 years ago

1.4.2

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.1

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago