Sha256: 6d86adcd76cd5876f33b77d0731aeef8c247aeb7b8585f8c5f6192a039461351

Contents?: true

Size: 964 Bytes

Versions: 1

Compression:

Stored size: 964 Bytes

Contents

# Concen

## Installation

Add the following to the Gemfile.

```
gem "concen"
```
	
Add initializer file for concen configurations.

```
Concen.setup do |config|
  config.application_name = "My Application Name"
end
```

## Accessing Concen

To access Concen, use "concen" subdomain for example http://concen.domain.com. Sign in with admin account to continue. [Pow](http://pow.cx/) rack server is recommended because it provides access to subdomain by default.

## Insert Visit Recorder JavaScript for Real Time Traffic Monitoring

Visit Recorder will record the visitors' information for pages, which include the Visit Recorder JavaScript.
To do so, please follow these steps:

Insert the Visit Recorder JavaScript in your layout.

```
= javascript_include_tag visit_recorder_js_url
```
      
Call record function before the closing <body> tag.

```
:javascript
  VisitRecorder.record({});
```

More complete instruction to use this engine will be added soon.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
concen-0.1.2 README.md