KO
|
EN
gitlite — search
Search
#python
#react
#mongodb
#linux
#python3
#machine-learning
#docker
#android
#ios
#plugin
#deep-learning
#chatbot
django-nomadrepo
★ 47
Open GitHub ↗
Demo app
Download README (.md)
Explore Similar Repositories
flowable-bpmn-modeler
:
本项目基于 vue、ant design vue 和 bpmn.io@7.0 ,实现 flowable 的 modeler 流程设计器
TrafficAnalyzer
:
A simple network traffic analyzer and monitor by Python and Scapy
planetMagFields
:
Routines to plot and analyze magnetic fields of planets in our solar system
e3d
:
Efficient 3D Deep Learning
catscript
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
django-nomadrepo
?
Download (.md)
# Nomad Job Repo in Django Just a demo app. See `nomadrepo.nomad` for the Nomad jobspec. If you have an AWS account, run `terraform` in the `terraform/env/us-east` directory. ## Local Development ``` docker run --name nomadrepo -e POSTGRES_PASSWORD=nomadrepo9000 -p 5432:5432 -d postgres:13 PGPASSWORD=nomadrepo9000 psql -h localhost -U postgres -c 'CREATE DATABASE nomadrepo' # Assuming a local checkout of this repo in a venv cd nomadrepo python manage.py migrate python manage.py runserver ```