Skip to content

madkira/thingmleditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThingML Editor embedded on docker

Docker hub

Thingml repository

🔷 Purpose

Have an easy deployment environment in order to install and use ThingML throught docker.

🔷 Installation

by cloning

git clone https://github.com/madkira/thingmleditor.git
cd thingmleditor
./build

throught docker hub

mkdir thingml
docker pull madkira/thingmleditor

🔷 Run

make sure that you have environment variable DISPLAY defined and to have the right access

xhost +si:localuser:$USER

with the script

cd [path_where_you_clone]/thingmleditor
./eclipse

directly with the commandline

docker run -ti --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -v [path_where_you_clone]/thingml:/home/developer -v [path_where_you_clone]:/workspace madkira/thingmleditor

🔷 More

Visit thingml.org to find out more about ThingML !

ThingML is released under OSI-compliant Apache 2.0 license

About

docker plateform to have thingml install

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages