2015-02-18 16:51:25 +08:00
|
|
|
ORGANIZATION_NAME="example"
|
|
|
|
USERNAME="admin4example"
|
|
|
|
EMAIL="admin@example.com"
|
2015-05-16 05:27:12 +08:00
|
|
|
PASSWORD="pass1234"
|
2015-02-18 16:51:25 +08:00
|
|
|
|
|
|
|
rake cartodb:db:create_user EMAIL="${EMAIL}" PASSWORD="${PASSWORD}" SUBDOMAIN="${USERNAME}"
|
|
|
|
rake cartodb:db:set_unlimited_table_quota["${USERNAME}"]
|
2015-05-16 05:27:12 +08:00
|
|
|
rake cartodb:db:create_new_organization_with_owner ORGANIZATION_NAME="${ORGANIZATION_NAME}" USERNAME="${USERNAME}" ORGANIZATION_SEATS=100 ORGANIZATION_QUOTA=102400 ORGANIZATION_DISPLAY_NAME="${ORGANIZATION_NAME}"
|
2017-04-04 04:44:25 +08:00
|
|
|
rake cartodb:db:set_organization_quota[$ORGANIZATION_NAME,5000]
|
2017-04-07 04:24:10 +08:00
|
|
|
rake cartodb:db:configure_geocoder_extension_for_organizations[$ORGANIZATION_NAME]
|