-
Notifications
You must be signed in to change notification settings - Fork 25
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
Create a Docker image that installs Contenta CMS and Contenta JS #15
Comments
Oh, that would be really nice! Maybe one that is also usable for production? |
Looking for the same feature I started a repo for this: Code base is not included, ddev provide only infrastructure, it's possible to build an image with ContentCMS and ContentaJS included but I am not sure this is a good idea. Appreciate any test/feedback on this. |
Wow that's looking fantastic @mogtofu33, maybe @e0ipso should consider making that one the main contentajs repo :) |
I have an other more simple version with docker4drupal. There is an ongoing request with Lando The docker hype bring a lot of projects for this, to be pragmatic I would say either go with the more starred project or keep things as close as possible to docker-compose. Currently Portainer seems in good shape and support stack templates. Didn't try yet.
Lando is great but I prefer something closer to docker-compose so you don't have to learn how to use a tool that can disappear... |
Wow! @mogtofu33 that is amazing. I am collaborating with to get |
Added the |
I updated both stack for last version of
But with ddev I have a problem of api request: With the docker4drupal version it works, only the images failed. |
Add a fix for CORS issues with ddev in the documentation, so the stack is working. |
Project updated, ContentaCMS + ContentaJS + Vue works fine. |
@mogtofu33 I'd like to make you a maintainer for this, if you are up to it. Are you in IRC or Drupal Slack to talk about it? Thanks for your awesome work! |
Hi @e0ipso, We can probably discuss mostly on #drupal-contribute. I have some time now because of a project but not sure for later maintenance. I added a redis to connect with ContentaJS but it seems nothing is created on redis, need to investigate. |
@mogtofu33 it's OK if you don't have enough energy for it at the moment. |
I'm assuming you tried https://github.com/contentacms/contentajsRedis? |
fwiw i've a simple stack running on Lando for the Contenta CMS part the docker image is just Lando's default |
Ideally we want a Docker image that is easy to use to get a local installation of Contenta CMS and Contenta JS up and running quickly.
I think we may want to explore the possibility to base our project on https://github.com/drud/ddev
The text was updated successfully, but these errors were encountered: