Update standalone authored by bgm's avatar bgm
......@@ -39,25 +39,16 @@ Things to consider:
# Tooling
* buildkit support
* cv support
* tar.gz release builder
* demo site
* [ ] buildkit support
* [ ] cv support
* [ ] tar.gz release builder
* [ ] demo site
# Random
* Github repo civicrm-standalone, that we could build using composer (require civicrm-core, civicrm-setup, etc), and distribute on c.o as a tar.gz.
* Login feature could be an extension, and could be disabled if people want to use something else such as Oauth SSO or LDAP.
# civicrm-core: Files to add
(I have some very quick & dirty working versions of these files, need to create a WIP PR that we can apply during the build process)
* CRM/Utils/System/Standalone.php
* CRM/Core/Permission/Standalone.php
* CRM/Utils/Hook/Standalone.php
* templates/CRM/common/standalone.tpl
# Manual installation
## Using composer
......
......