Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

kognise/portal

Repository files navigation

🚩 This project is archived! 🚩

This one is pretty simple, I just don't have any interest in it anymore, it isn't deployed anymore, and it doesn't have any users.

Local Development Quickstart

Because I spent way too long figuring this out, it's super easy to develop Project Portal locally!

  • Install Vagrant if you haven't already
  • Run vagrant up to create and provision a VM
  • Run vagrant ssh to connect to it
  • In the VM:
    • Run start and wait for it to finish
    • Run exit
  • A local deployment should be accessible at localhost:8080

You can also run curl -s https://raw.githubusercontent.com/kognise/portal/master/provision.sh | bash on GCP.