|
|
|
@ -24,6 +24,7 @@ $ shards
|
|
|
|
|
### Installing Postgres:
|
|
|
|
|
|
|
|
|
|
#### On Arch:
|
|
|
|
|
|
|
|
|
|
Install according to the [wiki](https://wiki.archlinux.org/index.php/PostgreSQL#Installing_PostgreSQL)
|
|
|
|
|
|
|
|
|
|
#### On OSX:
|
|
|
|
@ -38,6 +39,14 @@ $ brew install postgres
|
|
|
|
|
$ ./setup.sh
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Installing ImageMagick (required for CAPTCHA):
|
|
|
|
|
|
|
|
|
|
#### On Arch:
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
$ sudo pacman -Syu imagemagick librsvg
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Usage:
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
@ -62,4 +71,4 @@ $ ./sentry
|
|
|
|
|
|
|
|
|
|
## Contributors
|
|
|
|
|
|
|
|
|
|
* [omarroth](https://github.com/omarroth) - creator, maintainer
|
|
|
|
|
- [omarroth](https://github.com/omarroth) - creator, maintainer
|
|
|
|
|