taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

dbstart.sh (120B)


      1 #!/bin/bash
      2 
      3 su -c "createuser --host=dbcontainer root" postgres
      4 su -c "createdb --host=dbcontainer talertest" postgres