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

add per default an example "software component" in the new installed BASIL instance #71

Open
nopeppermint opened this issue Jan 22, 2025 · 2 comments

Comments

@nopeppermint
Copy link
Contributor

it would be nice if you could add per default an example "software component" in the new installed BASIL instance to better understand the principle and possibilities of BASIL

@pellecchialuigi
Copy link
Collaborator

As the basil.db sqlite3 database (that is the default persistence that BASIL is using, but you can select a different one, like MySQL as an example) is built at the time of the Container build it is a bit tricky to inject default complex examples there.
For sure, it is not impossible.
What if we create examples in the ELISA instance at http://elisa-builder-00.iol.unh.edu:9056?
Moreover I would like to create instructional videos to describe the tool capabilities.
Do you think those 2 proposals can be helpful in respect of your suggestion?

@nopeppermint
Copy link
Contributor Author

What if we create examples in the ELISA instance at http://elisa-builder-00.iol.unh.edu:9056/?

if you can register there as user which has permission to view everything / create it's own example, why not.
But as there is no password reset and every new user email gets published publicly, I would not vote for this at the moment.

Videos are nice, but I personally prefer to play around on my own with new tools, before I decide if I want to use them or not as usability is a big thing for me.

is built at the time of the Container build it is a bit tricky to inject default complex examples there.
For sure, it is not impossible.

We could backup the db, with the in #33 (comment) mentioned bash file which is also used to setup a demo server, modify the db outside of docker / add there the demo content and then add it back inside docker, as described here https://forums.docker.com/t/accessing-a-db-inside-a-docker-container/116106/6

The mentioned bash script would not only simplify the setup, but also allow to easily load a demo database.

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