Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • CiviCRM Core CiviCRM Core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 1,258
    • Issues 1,258
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • DevelopmentDevelopment
  • CiviCRM CoreCiviCRM Core
  • Wiki
  • standalone

standalone · Changes

Page history
Update standalone authored Jun 29, 2022 by bgm's avatar bgm
Hide whitespace changes
Inline Side-by-side
standalone.md
View page @ ceffeaf9
......@@ -59,13 +59,13 @@ composer install
And then change some permissions:
```
# Keeping smarty files outside the public webroot
chgrp www-data data/templates_c
chmod g+w data/templates_c
# Keeping smarty and logs files outside the public webroot
chgrp www-data data
chmod g+w data
# Some uploads are assumed to be publicly accessible, I think?
chgrp www-data data/upload
chmod g+w data/upload
# Publicly accessible files (ex: upload/ext, upload/persist)
chgrp www-data web/upload
chmod g+w web/upload
```
About composer: Presumably we will want a composer template, so that people can also build their own composer project. The `mlutfy/civicrm-standalone` git repo was created mostly to package the `index.php` and help setup the directories, but also has an htaccess file, config template and other things to get started.
......
Clone repository
  • CiviCRM v5.49 Schedule Reminder Notice
  • CiviEvent v5.47 Timezone Notice
  • Event Time Zone Implementation Planning
  • Replacing AngularJS
  • Testy tests
  • afform security
  • Home
  • issue labels
  • message templates
  • sample data
  • standalone
  • utf8mb4