(Created page with "==Introduction== Crash Reports is a [http://nodejs.org/ Node.js] application. It is written in [http://jashkenas.github.com/coffee-script/ coffee-script] and uses [http://www.mo...") |
|||
| Line 36: | Line 36: | ||
==Start the server== | ==Start the server== | ||
#Start the server:<tt> $ ./run-server.sh</tt> | #Start the server:<tt> $ ./run-server.sh</tt> | ||
| - | |||
| + | By default the server can be reached at http://localhost:3040 | ||
The server will start in development mode using node-supervisor, which watches for code changes and restarts the server accordingly. | The server will start in development mode using node-supervisor, which watches for code changes and restarts the server accordingly. | ||
Contents |
Crash Reports is a Node.js application. It is written in coffee-script and uses mongodb database. You need to install some awesome open source tools to get the development environment up and running.
(uses v0.4.5 stable package)
(uses v1.0.1rc7 stable branch)
If your environment does not allow git protocol, make install will fail because of fetching the submodules. This can be fixed by changing the submodule URLs:
Get the source and install dependencies
By default the server can be reached at http://localhost:3040 The server will start in development mode using node-supervisor, which watches for code changes and restarts the server accordingly.