Sha256: d5b7010d219a3a65fa3d13a1349eabd4d0c8acfd2dac4270eea598d1712928bf

Contents?: true

Size: 1.89 KB

Versions: 51

Compression:

Stored size: 1.89 KB

Contents

# Sqreen

Auto protection for you application.

Copyright (c) 2015 Sqreen. All Rights Reserved.
Please refer to our terms for more information: https://www.sqreen.com/terms.html

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'sqreen'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install sqreen

## Configuration

The only required parameter is your application's `token`.

### By file
- for Rails:
```shell
  $ echo token: your_token > /path/to/RailsApp/config/sqreen.yml
```
- for anything else:
```shell
    $ echo token: your_token > ~/sqreen.yml
 ```

### By environment:
```shell
    $ export SQREEN_TOKEN=your_token
```

The following can be set:

*file*      | *environment*
------------|-------------
token       | SQREEN_TOKEN
url         | SQREEN_URL
verbosity   | SQREEN_VERBOSITY
local_rules | SQREEN_RULES

SQREEN_RULES allows the agent to use rules that do not come from the server, but
from a local file.

## Usage

TODO: Write usage instructions here

## Development

```shell
$ gem install bundler
$ bundle
```

Check that everything is all right:
```shell
$ bundle exec rake test
```

Use `bin/console` for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/sqreen/RubyAgent. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.

## LICENSE

Sqreen for Ruby is free-to-use, proprietary software.

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
sqreen-1.25.1 README.md
sqreen-1.25.0 README.md
sqreen-1.24.3 README.md
sqreen-1.24.2 README.md
sqreen-1.24.1 README.md
sqreen-1.24.0 README.md
sqreen-1.23.2 README.md
sqreen-1.23.1 README.md
sqreen-1.23.0 README.md
sqreen-1.22.1 README.md
sqreen-1.22.0-java README.md
sqreen-1.22.0 README.md
sqreen-1.21.1-java README.md
sqreen-1.21.1 README.md
sqreen-1.21.0-java README.md
sqreen-1.21.0 README.md
sqreen-1.20.4-java README.md
sqreen-1.20.4 README.md
sqreen-1.21.0.beta3-java README.md
sqreen-1.21.0.beta3 README.md