-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deployment #55
Comments
It would be helpful to cover the following deployment options in the docs for varying needs and preferences:
Adding my notes for my Prologue app setup as a systemd service below: Setup NginxUse Nginx as a reverse proxy. This should improve security for the Prologue app, and Nginx can also be configured to serve the app's static files more efficiently. For static file serving, I use Prologue's staticFileMiddleware in development mode: In app.nim:
Added to nginx server configuration:
Add nimble task
Create systemd service
Create a Deploy scriptCreate a
|
The codebase for the above prologue app is now public at daehee/cvebase-nim. |
I've started tackling this with a first draft of a guide via PR #167 . I think an okay next step would be to make a minimal project that would do exactly that and link to it in the deployment.md Other than that, if there are any additions, corrections, improvements or rewrites anybody wants to make, feel free, I have no skin in this game, I just want there to be some deployment-guidance for prologue, I don't care if the words that describe it are mine or not. |
Here is the documentation of deployment => https://planety.github.io/prologue/deployment |
systemd
The text was updated successfully, but these errors were encountered: