mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 03:55:43 +08:00
jhead is now in brew (#5128)
This commit is contained in:
parent
77ba265c07
commit
300a42cf2c
@ -229,25 +229,16 @@ config.action_mailer.smtp_settings = { address: "localhost", port: 1025 }
|
||||
Set up [MailCatcher](https://github.com/sj26/mailcatcher) so the app can intercept
|
||||
outbound email and you can verify what is being sent.
|
||||
|
||||
## Additional Setup Tasks
|
||||
## Additional Image Tooling
|
||||
|
||||
In addition to ImageMagick we also need to install some other image related
|
||||
software:
|
||||
|
||||
```sh
|
||||
brew install gifsicle jpegoptim optipng
|
||||
brew install gifsicle jpegoptim optipng jhead
|
||||
npm install -g svgo
|
||||
```
|
||||
|
||||
Install jhead
|
||||
|
||||
```sh
|
||||
curl "http://www.sentex.net/~mwandel/jhead/jhead-2.97.tar.gz" | tar xzf -
|
||||
cd jhead-2.97
|
||||
make
|
||||
make install
|
||||
```
|
||||
|
||||
## Setting up your Discourse
|
||||
|
||||
### Check out the repository
|
||||
|
Loading…
x
Reference in New Issue
Block a user