advertnet 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README +24 -6
  2. data/lib/advertnet.rb +1 -1
  3. metadata +4 -4
data/README CHANGED
@@ -1,13 +1,16 @@
1
1
  = AdvertNet
2
2
 
3
- A tool for managing multiple networks of advertising boards.
3
+ A tool for managing multiple networks of advertising boards, ready to work with SecondLife[http://www.secondlife.com/].
4
4
 
5
5
  Copyright (C) 2007 Pragmatic Source
6
6
 
7
7
  Authors:
8
- * Farzad Farid <ffarid@pragmatic-source.com>: Main developper
9
- * Yves Rougy <yrougy@gmail.com>: Development, Data modeling, first version of the application in PHP
10
- * Loïc Dachary <loic@dachary.org>: Packaging, Testing.
8
+ * Farzad Farid <mailto:ffarid@pragmatic-source.com>: Main developper
9
+ * Yves Rougy <mailto:yrougy@gmail.com>: Development, Data modeling, first version of the application in PHP
10
+ * Loïc Dachary <mailto:loic@dachary.org>: Packaging, Testing.
11
+
12
+ This work was orginally developped by {Pragmatic Source}[http://www.pragmatic-source.com/] for
13
+ {Community Chest}[http://www.community-chest.net/].
11
14
 
12
15
  This program is free software: you can redistribute it and/or modify
13
16
  it under the terms of the GNU General Public License as published by
@@ -22,11 +25,26 @@ Authors:
22
25
  You should have received a copy of the GNU General Public License
23
26
  along with this program. If not, see <http://www.gnu.org/licenses/>.
24
27
 
25
- == INSTALLATION
28
+ == Download
29
+
30
+ First install the "_advertnet_" with RubyGems[http://www.rubygems.org]:
31
+
32
+ gem install -y advertnet
33
+
34
+ Otherwise, you can download the gem file from http://rubyforge.org/projects/advertnet/, and install
35
+ it manually.
36
+
37
+ == Installation
38
+
39
+ Deploy the Rails application using the "advertnet-install" binary. This binary is located in the "bin"
40
+ directory of the standard gem location ("/var/lib/gems/1.8/bin" on Debian for example). You should add this
41
+ directory to your PATH to facilitate the use of gems.
42
+
43
+ advertnet-install --directory /opt/advertnet
26
44
 
27
45
  === Dependencies
28
46
 
29
- This application needs a MySQL 5.0 database.
47
+ This application needs a MySQL 5.0 database, and a Second Life environment.
30
48
 
31
49
  After installing MySQL, create 3 databases:
32
50
  * advertnet_development
@@ -2,7 +2,7 @@ module Advertnet #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 0
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
 
metadata CHANGED
@@ -3,14 +3,14 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: advertnet
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.0.0
6
+ version: 1.0.1
7
7
  date: 2007-10-18 00:00:00 +02:00
8
- summary: A tool for managing multiple networks of advertising boards
8
+ summary: A tool for managing multiple networks of advertising boards, ready to work with SecondLife. The boards are attached to urban furnitures and can belong to different networks, thus forming ad campaigns. The application can communicate with boards present in Second Life.
9
9
  require_paths:
10
10
  - lib
11
11
  email: ffarid@pragmatic-source.com
12
- homepage:
13
- rubyforge_project:
12
+ homepage: http://advertnet.rubyforge.org
13
+ rubyforge_project: advertnet
14
14
  description: AdvertNet is a Rails application that manages a network of advertising boards. The boards are attached to urban furnitures and can belong to different networks. You must first run the 'advertnet-install' binary to deploy the Rails application, and then configure its database before using it.
15
15
  autorequire:
16
16
  default_executable: advertnet-install