Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coralproject/ask-install
Installer for Ask
https://github.com/coralproject/ask-install
Last synced: 2 months ago
JSON representation
Installer for Ask
- Host: GitHub
- URL: https://github.com/coralproject/ask-install
- Owner: coralproject
- Created: 2016-10-19T15:06:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T16:52:50.000Z (over 6 years ago)
- Last Synced: 2024-11-03T21:34:18.377Z (3 months ago)
- Language: Go
- Homepage: https://docs.coralproject.net/products/ask/
- Size: 90.8 KB
- Stars: 20
- Watchers: 24
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - coralproject/ask-install - Installer for Ask (others)
README
# ask-install
The `ask-install` tool can be used to bootstrap an environment to run the
Coral Project's Ask product.## Getting Started
Head over to the
[Latest release](https://github.com/coralproject/ask-install/releases/latest)
page and download the precompiled binary there. If you would rather you can also
compile from source provided you have a Go environment setup.Then just run the binary and follow the instructions provided.
## System Requirements
- [Docker](https://www.docker.com/)
- [Docker Compose](https://www.docker.com/products/docker-compose)## Production Use
If this is to be used in production, it is required that you enable SSL and
provide a real hostname for the machine. When you run this setup you must have
already pointed your DNS records to your machine running these services.This installer uses the [Caddy Webserver](https://caddyserver.com/) which will
automatically setup and manage SSL for you provided that the DNS records point
to the machine and the docker user can bind to ports 80/443.