Skip to content
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

Feature Request: Instructions for moving to production when using the template #1

Open
dwindibank opened this issue Dec 13, 2023 · 1 comment

Comments

@dwindibank
Copy link

@OmeGak, this template looks very useful.

One feature request: Can you provide the recommended way to move to production when using the template? (this could be a wiki page).

The vanilla setup for Indico development verse production is pretty different. We've hit issues on things like figuring out how to include our custom plugin JS and CSS if the make / webpack steps are not being run in production. Instructions on how to move to production using the template would be very helpful.

@ThiefMaster
Copy link
Collaborator

ThiefMaster commented Dec 13, 2023

At least on the Indico upstream side, the recommended way to do any production deployment based on custom code is to build a Python wheel for Indico and any plugins that may be needed, and then installing those on the production system.

@OmeGak Maybe it would be a good idea for this template to include a GitHub actions job that builds such wheels? Feel free to re-use the one I use in the main Indico repo to build the wheels there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants