Giter Club home page Giter Club logo

openpype4-stack's Introduction

OpenPype 4 stack

Installation

Clone this repo with submodules

git clone https://github.com/pypeclub/openpype4-stack --recursive openpype4

Build frontend

It is crucial to build the frontend before starting the stack. Otherwise it won't be available. Node 18+ and yarn is required to do so.

Use yarn build in the openpype4-frontend (see openpype4-frontend/README.md for more details).

Install docker

Docker and docker-compose are required to run this stack.

If you are running Debian based distribution, you may use install.docker.script from this repository

Edit docker-compose.yml according to your needs

Start the stack

Run docker-compose up command.

Updating

Use git pull and then git submodule update --remote to pull the newest version of submodules. In case of a major change, you might need to rebuild the database using the following command:

./tool-setup --with-schema

or by turning the stack down including the database (docker-compose down -v) and starting it again.

Usage

By default, the server listens on HTTP(s) ports 80 and 443 on all interfaces, exposes API on localhost:5000 and PostgreSQL on localhost:54321.

If you run the stack on a publicly accessible server, you may set OPS_HOSTNAME environment variable (via .env file). To allow Caddy server to handle SSL certificates.

By default, following users are created:

  • admin - with global admin role
  • manager - with global manager role
  • user - normal user

Passwords are the same as usernames.

Tools

  • tool-demo.sh - Create demo projects
  • tool-postgres.sh - Run PostgreSQL shell
  • tool-setup.sh - Apply settings template from settings/template.json. If the file does not exist, apply default settings.

openpype4-stack's People

Contributors

jakubjezek001 avatar luxaritas avatar martastain avatar mkolar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.