web/upload dir does not exist following instructions above authored by Rich's avatar Rich
......@@ -64,8 +64,8 @@ chgrp www-data data
chmod g+w data
# Publicly accessible files (ex: upload/ext, upload/persist)
mkdir -m2770 web/upload
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 `civicrm/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.
......
......