-
Notifications
You must be signed in to change notification settings - Fork 12
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 Codespaces as an alternative to install/use Annif #27
Conversation
Some questions for the documentation:
|
No, the documentation says it is not necessary to stop an instance, it happens automatically: "If you do not explicitly stop a codespace, it will continue to run until it times out from inactivity. Closing a codespace does not stop the codespace."
From the same docs: "When you stop a codespace, any running processes are stopped. Any saved changes in your codespace will still be available when you next start it. The terminal history is preserved, but the visible contents of the terminal window are not preserved between codespace sessions."
There is at least nano editor available for terminal use, or the Codespace editor can be used.
TODO. |
However there is a problem in the setup of the environment: Annif and its dependencies etc. are meant to be installed when the instance starts by using postCreateCommand or postStartupCommand in devcontainer.json, but sometimes it does not happen. Looks like this issue. Maybe only on the first startup after some changes the installation really occurs... I try if using Annif-tutorial Dockerimage in the devcontainer.json works better. Edit: Seems to be working better. TODO: Adjust installation instructions for this. |
We'll try this out with @reetagithub. |
No description provided.