https://github.com/kognise/portal
Project portal deployments
https://github.com/kognise/portal
containers docker docker-compose microservices monorepo portal
Last synced: 4 months ago
JSON representation
Project portal deployments
- Host: GitHub
- URL: https://github.com/kognise/portal
- Owner: kognise
- Archived: true
- Created: 2019-04-13T22:29:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T22:24:53.000Z (over 4 years ago)
- Last Synced: 2024-11-27T11:37:12.976Z (about 1 year ago)
- Topics: containers, docker, docker-compose, microservices, monorepo, portal
- Language: JavaScript
- Size: 218 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - kognise/portal - Project portal deployments (JavaScript)
README
> 🚩 **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](https://www.vagrantup.com/downloads.html) 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](http://localhost:8080)
You can also run `curl -s https://raw.githubusercontent.com/kognise/portal/master/provision.sh | bash` on GCP.