create cloudron network in test

This commit is contained in:
Girish Ramakrishnan
2016-06-17 09:12:13 -05:00
parent de0d42e52f
commit 7e57f31d14

View File

@@ -19,6 +19,9 @@ openssl req -x509 -newkey rsa:2048 -keyout data/nginx/cert/host.key -out data/ng
webadmin_scopes="cloudron,profile,users,apps,settings"
webadmin_origin="https://${ADMIN_LOCATION}-localhost"
# create docker network (while the infra code does this, most tests skip infra setup)
docker network create cloudron --subnet=172.18.0.0/16 || true
# !!!!!! check clientdb.js clear() to not nuke those entries
echo "Add webadmin api client"
mysql --user=root --password="" \