-
Notifications
You must be signed in to change notification settings - Fork 7
SitesFun
Heiko Robert edited this page Mar 29, 2016
·
1 revision
To create a site from the command line, issue the following command. The sites short name will be calculated from the given name.
$ alfCreateSite.sh 'My new Site' { success: true }
All available options are: -s(hortName) -d(escription) -a(ccess) -p(reset)
$ alfCreateSite.sh -s shortname -d 'some description' -a PUBLIC -p 'site-dashboard' NewSiteTitle
##Delete a site
To remove a site the short name as to given as first argument.
$ alfDeleteSite.sh my_new_site
This is the same as adding a user (or group) to an existing group. Lookup the site groups name and then add the user or group by alfAddAuthorityToGroup.sh.
See on how to remove a user (or group) from a group.