Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C concurrent-programming-web
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pseucopseuco
  • concurrent-programming-web
  • Wiki
  • Home

Home · Changes

Page history
fefrei created page: home authored Dec 15, 2016 by Felix Freiberger's avatar Felix Freiberger
Hide whitespace changes
Inline Side-by-side
home.md 0 → 100644
View page @ 85f1d097
# Concurrent Programming Web
## Cloning and building the tool
* Make sure you have installed node.js from http://nodejs.org/ which includes `npm`.
* Install `grunt-cli`globally if you don't use it already: `npm install -g grunt-cli`
* Clone the repository: `git clone http://git.fefrei.de/concurrent-programming-web.git/`
* In the repository directory, install the dependencies: `npm install`
* Fetch some more dependencies and build the application: `grunt`
This produces a sub-directory `build`. Point a webserver to it, and open the page in a webbrowser.
If you want to run the server, too, run server.js from the `server` directory with `node`.
You can point your installation to a different API path on the URL `#/debug` if needed.
If you change something, `grunt build` will just rebuild your local stuff. `grunt watch` will do this automatically as needed (but does not support all kind of changes).
## Developer Documentation
You can find a developer manual as part of the repositories. You can also download the compiled PDF from each build.
## Specifications
* [LTS JSON specification](lts-json-specification)
\ No newline at end of file
Clone repository
  • Home
  • lts json specification