Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaniwaki committed Jun 16, 2014
1 parent 664f5cd commit 1f40311
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,21 @@ end

## AntiVirus Softwares

### Avast

1. Get [license](http://www.avast.com/registration-free-antivirus.php)
2. Install the package

```bash
wget -c http://files.avast.com/files/linux/avast4workstation-1.3.0-1.i586.rpm
sudo yum localinstall avast4workstation-1.3.0-1.i586.rpm
avast -V # Input your license
avast-update
```

### F-Secure

1. Get [license](http://www.f-secure.com/en/web/business_global/trial)
1. Get [license](http://www.f-secure.com/en/web/business_global/trial) (Optional)
2. Install the package

```bash
Expand All @@ -47,6 +59,13 @@ tar xvzf f-secure-linux-security-10.00.60.tar.gz
sudo ./f-secure-linux-security-10.00.60/f-secure-linux-security-10.00.60
```

## Test this middleware

1. Download [eicar test file](http://www.f-secure.com/virus-info/eicar.com)
2. Upload it

You can try this with [sample app](https://github.com/dtaniwaki/rack-secure-upload-sample-app)

## Contributing

1. Fork it
Expand Down

0 comments on commit 1f40311

Please sign in to comment.