makinacorpus/accessimap-editeur-der

Name: accessimap-editeur-der

Owner: Makina Corpus

Description: Editeur de documents en relief interactif (DERi)

Created: 2015-01-13 10:39:32.0

Updated: 2017-11-17 09:33:37.0

Pushed: 2017-11-30 14:40:59.0

Homepage: http://makinacorpus.github.io/accessimap-editeur-der/

Size: 47466

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits
Frederic Bonifas2016-04-07 13:20:50.0349
mab2015-08-12 16:07:05.01
Mathieu DARTIGUES2017-11-30 14:40:58.0250
Alexandra J2017-11-09 16:55:38.083
Bastien2017-04-24 09:43:51.019

Other Committers

UserEmailMost Recent Commit# Commits
mdarticmdartic@mdartic.makina-corpus.net2016-03-29 13:41:45.01

README

Ce projet a déménagé !
Merci d'aller sur https://gitlab.com/makinacorpus/accessimap/accessimap-editeur-der

Accessimap - Éditeur de dessins en relief

Build Status Coverage Status

Requirements
Install

If you encounter a 'bug' like 'watching tasks too numerous', or an error like Error: watch /home/user/workspaces/accessimap-editeur-der/app/scripts/directives ENOSPC you'll have to increase your max user watch :

https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers

tl fs.inotify.max_user_watches
 sysctl fs.inotify.max_user_watches=32768
tl fs.inotify.max_user_watches

If after a reboot the problem is the same, and fs.inotify.max_user_watches return his old value, you can also modify /etc/sysctl.conf by adding this line at the end :

notify.max_user_watches=32768

Normally, if you reboot, it will be ok. If not, please tell us in an issue.

Publish on gh-pages

Publishing on GitHub Pages is automatically done by Travis.

Each commit on master will trigger a build/test in Travis, and if it succeed, it will deploy and commit the build on GitHub Pages.

By the way, if you want to do it manually, you can do this :

build

Then copy the dist/v2 into the gh-pages branch, commit & push it.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.