Skip to content

Standalone graphical power system topology editor and library to be used in web applications

License

Notifications You must be signed in to change notification settings

gnakti/pintura

 
 

Repository files navigation

Pintura

Running in nginx server mode

Install Docker

$ sudo apt-get update
$ sudo apt-get install -y apt-transport-https ca-certificates curl software-properties-common
$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
$ sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
$ sudo apt-get update
$ sudo apt-get install -y docker-ce
$ sudo usermod -aG docker $USER
$ exit # You have to log out and back in to apply the group change in the previous step

Build Docker image

$ make

Start it up

$ make start

Developer notes

Cimmenu

Cimgen

About

Standalone graphical power system topology editor and library to be used in web applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.5%
  • Handlebars 1.0%
  • CSS 0.2%
  • HTML 0.2%
  • Makefile 0.1%
  • Smarty 0.0%