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

Local development setup (Front-end) #1

Open
dbsmith88 opened this issue Mar 31, 2022 · 0 comments
Open

Local development setup (Front-end) #1

dbsmith88 opened this issue Mar 31, 2022 · 0 comments
Labels
development Setup or local development

Comments

@dbsmith88
Copy link
Contributor

Install IDE for front-end development, something like Visual Studio Code (https://code.visualstudio.com/) or PyCharm (https://www.jetbrains.com/pycharm/).

Clone the hms_kube repo: git clone --recurse-submodule https://github.com/quanted/hms_kube.git
Create a python env, with venv (https://docs.python.org/3/tutorial/venv.html#creating-virtual-environments) or anaconda (https://www.anaconda.com/products/distribution), using the requirements.txt file in hms_kube/hms_app. Note: hms_flask also has a requirements.txt, which includes GDAL libraries.
Run django locally and access the site with localhost.

@dbsmith88 dbsmith88 added the development Setup or local development label Mar 31, 2022
@dbsmith88 dbsmith88 added this to To do in HMS-KUBE 04-11-2022 via automation Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Setup or local development
Projects
Development

No branches or pull requests

1 participant