0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-07 15:39:42 -05:00
Penpot: The open-source design tool for design and code collaboration
Find a file
mathieu.brunot c44a1e0c0b
🚧 🐳 Build release images
2019-02-15 01:21:59 +01:00
backend 🚧 🐳 Build release images 2019-02-15 01:21:59 +01:00
docker 🐛 Use local backend by default 2019-02-14 13:04:35 +01:00
frontend 🚧 🐳 Build release images 2019-02-15 01:21:59 +01:00
.gitattributes Add .gitattributes file. 2017-03-06 18:42:58 +01:00
.gitignore Update .gitignore file. 2017-02-21 11:24:02 +01:00
.travis.yml 💚 Fix docker location 2019-02-14 14:05:46 +01:00
CONTRIBUTING.md Update contributing guide and the readme. 2017-02-24 19:25:11 +01:00
docker-compose.yml 🐳 Add production containers 2019-02-14 12:59:59 +01:00
LICENSE Add missing license file (lost in repository migration). 2016-11-21 08:48:07 +01:00
manage.sh 🐛 Clean up node modules 2019-02-14 13:04:05 +01:00
README.md 📝 Update README 2019-02-14 13:07:13 +01:00

License: MPL-2.0 Build Status Docker Automated buid Docker Pulls

UXBOX

UXBOX

Introduction

The open-source solution for design and prototyping. UXBOX is currently at an early development stage but we are working hard to bring you the beta version as soon as possible. Follow the project progress in Twitter or Github and stay tuned!

See SVG specification

SVG based

UXBOX works with SVG, a standard format, for all your designs and prototypes . This means that all your stuff in UXBOX is portable and editable in many other vector tools and easy to use on the web.

Persistent data

The UXBOX installation and all data are stored in the database (file uploads, etc). The docker daemon will store that data within the docker directory /var/lib/docker/volumes/.... That means your data is saved even if the container crashes, is stopped or deleted.

To make your data persistent to upgrading and get access for backups is using named docker volume or mount a host folder. To achieve this you need one volume for your database container.

Database:

  • /var/lib/mysql MySQL / MariaDB Data
  • /var/lib/postgresql/data PostgreSQL Data
$ docker run -d \
    -v db:/var/lib/postgresql/data \
    postgresql

Contributing

Open to you!

We love the open source software community. Contributing is our passion and because of this, we'll be glad if you want to participate and improve UXBOX. All your awesome ideas and code are welcome!

Please refer to the Contributing Guide

License

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.