Skip to content

corentinguilloteau/babar3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation and Deployment

Take a look at DEPLOY.bash. On Debian-like system, try:

bash -c "$(curl https://raw.githubusercontent.com/Babaritech/babar3/master/DEPLOY.bash)"

Don't forget to read the Django checklist. You cant get SSL certificates with letsencrypt.

Development

Both Django and Angular get a special dev server. They are available with:

cd back
source ./env/bin/activate
python3 manage.py runserver
cd front
grunt serve

Migration

To migrate the old babar database to the new one:

  • First get a JSON dump of the old DB
  • Convert it with migrate.py old.json
  • Import it in Django python3 manage.py loaddata new.json

API documentation

Available at /docs/.

Relevant ressources

Back

Front

About

Yet another babar-express

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 37.8%
  • JavaScript 37.1%
  • HTML 17.7%
  • Shell 4.5%
  • Nginx 2.7%
  • CSS 0.2%