Skip to content

Testing: How to deploy optiSLang application on Github #6

Closed Answered by germa89
ekrja asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you @smedikon for the mention.

Hi @ekrja

The procedure for testing in GitHub our products will depend on the product itself. If a license is required, the things get slightly more complicated.
What are you testing? A python package which connects to a product (MAPDL style, where PyMAPDL connects to MAPDL), or it is the product itself?

In PyMAPDL, the library connects to a MAPDL instance. To run this MAPDL instance we use docker. Creating the docker image is a totally different process (Can OptiSlang run in linux? Can you install it and have maximum 2gb image?)
Basically you will have to create a recipe file like:

FROM debian:9 # Using a base image

RUN echo stuff  # This line is jus…

Replies: 3 comments 14 replies

Comment options

You must be logged in to vote
12 replies
@smedikon
Comment options

@da1910
Comment options

da1910 Jul 18, 2022
Collaborator

@ekrja
Comment options

ekrja Jul 18, 2022
Collaborator Author

@germa89
Comment options

Answer selected by widerschein
@akaszynski
Comment options

@ekrja
Comment options

ekrja Jul 19, 2022
Collaborator Author

@rfahlberg
Comment options

@ekrja
Comment options

ekrja Jul 19, 2022
Collaborator Author

Comment options

You must be logged in to vote
1 reply
@ekrja
Comment options

ekrja Jul 18, 2022
Collaborator Author

Comment options

You must be logged in to vote
1 reply
@ekrja
Comment options

ekrja Jul 19, 2022
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
8 participants