Sign inSign up

gnuradio/cgran

By gnuradio

Updated over 7 years ago

CGRAN application container

Image
Languages & frameworks
Internet of things
Data science
0

1.2K

gnuradio/cgran repository overview

This is the Django web app for CGRAN.org
The information in the main table is automatically generated by parsing gr-recipes and gr-etcetera (PyBOMBS recipes).
To Install
To launch app

docker-compose up --build --no-deps

or

docker-compose up

Current TODO list
  • make the parsing script automatically run once a day, at like 3am
Notepad to self
  • For shell accessing- docker exec -ti nginx bash or docker exec -ti web bash
  • docker ps lists docker containers that are running
  • docker ps -a lists all built containers
  • you can stop and remove all docker containers using docker stop $(docker ps -a -q) then docker rm $(docker ps -a -q)
  • three-step guide to making model changes:
    1. Change your models (in models.py).
    2. Run python manage.py makemigrations to create migrations for those changes
    3. Run python manage.py migrate to apply those changes to the database.
  • save db to yaml file- python manage.py dumpdata --format yaml ootlist.Outoftreemodule -o db.yaml
  • load yaml file to db- python manage.py loaddata db.yaml

Tag summary

Content type

Image

Digest

Size

362.4 MB

Last updated

over 7 years ago

docker pull gnuradio/cgran