Skip to content

Commit 1698e48

Browse files
author
matt
committed
Add install instructions
1 parent f149779 commit 1698e48

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

INSTALL.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Installation
2+
3+
These instructions assume you installed FreeScout using the [recommended process](https://github.com/freescout-helpdesk/freescout/wiki/Installation-Guide), the "one-click install" or the "interactive installation bash-script", and you are viewing this page using a macOS or Ubuntu system.
4+
5+
Other installations are possible, but not supported here.
6+
7+
1. Download the [latest release of UnSub](https://github.com/aarhus/unsub).
8+
9+
2. Unzip the file and then place the unzipped folder in the Modules directory in the web root (i.e. /var/www/html/Modules/ )
10+
11+
3. Make sure that the files are readable by the webserver....
12+
13+
```sh
14+
chown -r www-data:www-data /var/www/html/Modules/UnSub/
15+
```
16+
17+
4. Access your admin modules page like https://freescout.example.com/modules/list.
18+
19+
5. Find **Aarhus Unsub** and click ACTIVATE.

0 commit comments

Comments
 (0)