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

Migrating from Streamlit to CMG hosting #46

Open
CameronMacG opened this issue Apr 11, 2024 · 3 comments
Open

Migrating from Streamlit to CMG hosting #46

CameronMacG opened this issue Apr 11, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@CameronMacG
Copy link
Collaborator

Discussions between MJ and Cameron have lead us to investigate hosting the software on Camerons dedicated hosting solution.

This will be done free of charge and will allow greater flexibility. Further investigations to be looked into creating a docker image of the application which will allow portability of the solution.

@CameronMacG CameronMacG self-assigned this Apr 11, 2024
@CameronMacG CameronMacG added the enhancement New feature or request label Apr 11, 2024
@CameronMacG
Copy link
Collaborator Author

New VM has been set up, however when running 'dashboard' within the new environment, the following error is presented;

ModuleNotFoundError: No module named 'log_keeper'

File "/home/dashboard/.pyenv/versions/3.12.1/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 584, in _run_script
    exec(code, module.__dict__)
File "/dashboard/viking-log-keeper/src/dashboard/main.py", line 20, in <module>
    from log_keeper.get_config import LogSheetConfig


@mjennings061
Copy link
Owner

Seems to be working now! I will create a child issue to dockerise the dashboard

@mjennings061
Copy link
Owner

Child issue here: #48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants