Sign inSign up

odm2/odm2admin

By odm2

•Updated about 9 years ago

This is a Django admin app for Observation Data Model 2 (ODM2).

Image
1

901

odm2/odm2admin repository overview

Requirements to run docker image⁠:

  1. Docker installed on Linux, MacOS, or Windows.

To run:

$ docker run -d -p 8010:8010 --name odm2admintest lsetiawan/odm2admin:latest

Next, in order to login you will need to create a Django superuser login To do that first you will need to attach bash to the container, then activate the conda environment in the container, change directories to the folder containing the application and run the manage.py createsuperuser command.

$ docker exec -it odm2admintest /bin/bash
# source activate odm2adminenv
# python /ODM2-Admin/manage.py createsuperuser

follow the interactive prompt, once complete you will be able to login through a web browser at http://127.0.0.1:8010⁠ with your new account.

Tag summary

Content type

Image

Digest

Size

1 GB

Last updated

about 9 years ago

docker pull odm2/odm2admin