What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hey guys, is anyone aware of a public fork of the Docker/ SDK to replace Yves with a JS SPA ? or has

U03H06V0LAY
U03H06V0LAY Posts: 39 🧑🏻‍🚀 - Cadet

Hey guys, is anyone aware of a public fork of the Docker/ SDK to replace Yves with a JS SPA ? or has anyone done it privately that could offer some advice ?

Comments

  • Alberto Reyer
    Alberto Reyer Posts: 690 🪐 - Explorer

    You can replace the whole build process for Yves in the package.json with the build process of your JS SPA.

    In addition replace public/Yves/index.php with what ever you need to serve your SPA.

    That will not require any changes to the containers or replacement of the docker/sdk.
    We have forked the docker/sdk privately for one project to remove yves and replace the search appliance and it was a burden to maintain this fork and keep it up to date with the original docker/sdk. So if not explicitly necessary I would advice against forking the docker/sdk

  • U03T08LE3CP
    U03T08LE3CP Posts: 185 🧑🏻‍🚀 - Cadet

    We just host/deploy the spa elsewhere