Skip to content

OpenShipping/edi-convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project for the convert application that used to be in
  git.ange.dk:/var/lib/git/baystow

This application is running the Excel to EDIFACT and vessel profile converters
we have deployed on:

 * https://stowage.ange.dk/convert/
    ssh stowbase@stowage.ange.dk

Local install of convert Grails application
-------------------------------------------
    cd code
    mvn install
    cd convert
    ./run-grails-convert

Local install of command line converter
---------------------------------------
    cd code
    mvn install
    ln -sTf $(readlink -f vessel-parser/XlsVesselToJson) ~/bin/XlsVesselToJson
    
Local use of command line converter
-----------------------------------
    XlsVesselToJson .../vessel.xls

Install to https://stowage.ange.dk/convert/
-------------------------------------------
    ssh stowbase@stowage.ange.dk ./upgrade-grails-convert

About

A set of tools to convert to and from Edifact

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages