ontoportal / documentation

Source code for OntoPortal user, admin and developer guides
https://ontoportal.github.io/documentation
BSD 2-Clause "Simplified" License
3 stars 9 forks source link

Dev/Devops: Write a documentation of how to deploy local code #24

Open syphax-bouazzouni opened 1 year ago

syphax-bouazzouni commented 1 year ago

Context

Currently, in Agroportal we are using our own scripts to do our deployments, the source code is here https://gite.lirmm.fr/jonquetlab/ontoportal_deploy_scripts.

we didn't use the original scripts in the appliance because the problem was that they were working only if we use the source code of NCBO and use the configuration files that are inside the appliance.

But In September 2022, @alexskr did a pull request to add GitHub actions to deploy our code each time we push code to GitHub.

Requirement

syphax-bouazzouni commented 1 year ago

hi @alexskr, do you think find some time to do it?

On my side, I have already this draft https://stageportal.notion.site/How-to-deploy-our-code-4715f02dab9e4f16bb3312b93e13e9f6

RaimiSol commented 1 year ago

Speaking for @ontoportal/biodivportal, a documentation for deployment would be appreciated very much. With the help of Syphax we managed to deploy the UI with a "temporary and hacky solution" and even this was not straightforward.