Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (27 loc) · 1.11 KB

howto-build.md

File metadata and controls

33 lines (27 loc) · 1.11 KB

logo Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

How to build and run the pure3d app

The app now builds and deploys all on remote server

to build on the server:

Push your changes to remote branch. Then run locally the following command.

./start.sh

The app will be build and deployed on remote server. When ready you can check the URL to see the latest changes.

to restart the app on the server:

Push your changes to remote branch. Then run locally the following command.

./start.sh restart-only

to build the app locally on your computer:

Run locally the following command.

./build-local.sh

to build and push your local built image, use push parameter on your local build:

Run locally the following command.

./build-local.sh push

notes

  • please add pure3d.dev as host alias to your ssh config, and make sure you can run sudo without password