Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.
/ joyent-portal Public archive

Latest commit

 

History

History
36 lines (28 loc) · 1.21 KB

running.md

File metadata and controls

36 lines (28 loc) · 1.21 KB

How to run the Joyent Portal

Requisites

webconsole-instances is the stable version of the portal. It gets updated with stable releases from joyent-portal.

➜ git clone https://github.com/joyent/webconsole-instances
➜ cd webconsole-instances
➜ yarn
➜ ./gen-keys.sh
➜ ./setup.sh # use instructions from previous step
➜ sed -i -e 's/production/development/g' _env
➜ docker-compose -f local-compose.yml up
➜ # visit http://localhost:80

joyent-portal is the unstable and in-development version of the portal. It may be broken at any point in time.

➜ git clone https://github.com/yldio/joyent-portal
➜ cd joyent-portal
➜ yarn
➜ yarn run build:bundle
➜ cd bundle
➜ eval "$(triton env <your profile>)"
➜ yarn run start