https://github.com/diging/vogon-resuscitate
Resuscitated Vogon that works without Vue.js
https://github.com/diging/vogon-resuscitate
Last synced: 12 days ago
JSON representation
Resuscitated Vogon that works without Vue.js
- Host: GitHub
- URL: https://github.com/diging/vogon-resuscitate
- Owner: diging
- License: mpl-2.0
- Created: 2024-08-02T15:41:53.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-06-06T16:22:39.000Z (about 1 year ago)
- Last Synced: 2025-06-06T17:29:12.113Z (about 1 year ago)
- Language: JavaScript
- Size: 54.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vogon-resuscitate
Resuscitated Vogon that works without Vue.js
# Setup
To run Vogon, copy and rename the following files:
- `.env_app-example` to `.env_app` and define the variables in the file.
If you are using the production docker-compose set up (`docker-compose-prod.yml`) you will have to do the same for `.env-example` and `.docker-env-example`, in which `.env` needs to contain the variables that are in required in the docker-compose file, while `.docker-env` should contain all environment variables needed inside the Docker containers.
# Startup
Run `docker compose up` inside the directory that holds the `docker-compose.yml` file.