Revision 1e12be41
Added by Andreas Kohlbecker almost 2 years ago
README.md | ||
---|---|---|
61 | 61 |
This archive contains a shallow clone of the whole project together with a ready to use drupal 7 installation with the |
62 | 62 |
cdm-dataportal module, zen_dataportal theme and other requirements. The drupal-7 installation is in the sub folder `./web` |
63 | 63 |
|
64 |
extract and adapt the ownership of the `./web` sub folder:
|
|
64 |
extract and adapt the ownership of the some folders:
|
|
65 | 65 |
|
66 | 66 |
~~~ |
67 | 67 |
tar -xzf drupal-7-cdm-dataportal-5.23.0.tar.gz |
68 |
sudo chown -R :www-data drupal-7-cdm-dataportal/web
|
|
68 |
scripts/admin/fix-permissions --web-user www-data
|
|
69 | 69 |
~~~ |
70 | 70 |
|
71 | 71 |
##### Apache2 configuration |
... | ... | |
229 | 229 |
|
230 | 230 |
~~~ |
231 | 231 |
git checkout 5.23.0 |
232 |
scripts/admin/fix-permissions --web-user www-data |
|
232 | 233 |
~~~ |
233 | 234 |
|
234 | 235 |
Git will respond with a warning that "*You are in 'detached HEAD' state.*", this is OK and no need to be concerned. |
Also available in: Unified diff
fix-permission.sh and updating README