Skip to content

odmb/odmb_elog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commands to setup website.

git clone git@github.com:odmb/odmb_elog.git
cd odmb_elog
source set_env.sh
python3 manage.py makemigrations elog
python3 manage.py migrate
python3 manage.py createsuperuser

Commands to start server. There should be a daemon running in the background so please check first if you can connect using the steps below.

python3 manage.py runserver 0.0.0.0:8000

Connect to the below websites
localhost:8000
localhost:8000/admin

Use admin site to create board types and board locations.

To start the database using the daemon

sudo ./scripts/database_daemon.sh start

To stop or reset the daemon you can use the commands stop or reset instead of start. The output of this script should be sent to the logs_daemon directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published