Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| public:groupware_toaster [2017/07/15 13:30] – [Agendav plugin] prettier button Nico | public:groupware_toaster [2023/06/21 22:35] (current) – fix code tag bug Nico | ||
|---|---|---|---|
| Line 84: | Line 84: | ||
| * Install roundecube: | * Install roundecube: | ||
| <code bash> | <code bash> | ||
| - | curl -L -O https:// | + | curl -L -O https:// |
| - | tar xvf roundcubemail-1.3.0-complete.tar.gz && rm -f roundcubemail-1.3.0-complete.tar.gz | + | tar xvf roundcubemail-1.3.3-complete.tar.gz && rm -f roundcubemail-1.3.3-complete.tar.gz |
| - | ln -s roundcubemail-1.3.0 roundcube | + | ln -s roundcubemail-1.3.3 roundcube |
| cd roundcube | cd roundcube | ||
| mysql -h dbhost -u roundcubemail -p roundcubemail < SQL/ | mysql -h dbhost -u roundcubemail -p roundcubemail < SQL/ | ||
| </ | </ | ||
| - | ===== Agendav | + | ===== AgenDAV |
| * First, you need to create a database. Here we created a mysql database named agendav, hosted on " | * First, you need to create a database. Here we created a mysql database named agendav, hosted on " | ||
| - | * Install | + | * Install |
| <code bash> | <code bash> | ||
| cd roundcube/ | cd roundcube/ | ||
| Line 147: | Line 147: | ||
| * If using classic skin, replace the strange " | * If using classic skin, replace the strange " | ||
| + | |||
| <code bash> | <code bash> | ||
| mv plugins/ | mv plugins/ | ||
| Line 153: | Line 154: | ||
| ==== PHP7 ==== | ==== PHP7 ==== | ||
| <note important> | <note important> | ||
| + | |||
| * plugins/ | * plugins/ | ||
| + | |||
| <code diff> | <code diff> | ||
| --- agendav-1.2.6.2.old/ | --- agendav-1.2.6.2.old/ | ||
| Line 324: | Line 327: | ||
| +/* Location: ./ | +/* Location: ./ | ||
| </ | </ | ||
| + | |||
| * plugins/ | * plugins/ | ||
| + | |||
| <code diff> | <code diff> | ||
| --- agendav-1.2.6.2.old/ | --- agendav-1.2.6.2.old/ | ||