Skip to content

harunurhan/record-editor

 
 

Repository files navigation

record-editor

Join the chat at https://gitter.im/inspirehep/record-editor Build Status Release Coverage Status

Editor (used in inspirehep.net) for JSON documents with bibliographic metadata

DEVELOPMENT

Tech

Development with inspire-next

On record-editor

# install the repo with npm
npm install

# link the module
npm link

# start build with watcher
npm start

On inspire-next

inspire-next has to be installed correctly before starting

  • add new line: ASSETS_DEBUG=True in $VIRTUAL_ENV/var/inspirehep-instance/inspirehep.cfg
  • run ./scripts/clean_assets where inspire-next source code is
  • run npm link record-editor at $VIRTUAL_ENV/var/inspirehep-instance/static
  • run honcho start where inspire-next source code is

On localhost:5000

  • open editor with any record or workflow object
  • hard refresh the page whenever you want to see the changes

License

GNU GPLv2

About

Record editing tool used in http://inspirehep.net

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
license-header.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.5%
  • HTML 11.9%
  • CSS 3.3%
  • JavaScript 1.3%