| 1 |
$Id$
|
| 2 |
|
| 3 |
Installation
|
| 4 |
------------
|
| 5 |
|
| 6 |
1. Extract the compressed download
|
| 7 |
|
| 8 |
2. Upload the entire activitystream directory to your site's modules directory.
|
| 9 |
(Don't know where to put it? sites/all/modules is a good choice.)
|
| 10 |
|
| 11 |
3. Go to Admin -> Site Building -> Modules and activate the Activity Stream API
|
| 12 |
and any plugin modules for it that you'd like to use.
|
| 13 |
|
| 14 |
Configuration
|
| 15 |
-------------
|
| 16 |
|
| 17 |
1. Go to Admin -> Settings -> Activity Stream and configure any admin settings
|
| 18 |
required by the plugin modules. For instance, to use Flickr, you'll need a
|
| 19 |
Flickr API key from http://www.flickr.com/services/api/misc.api_keys.html
|
| 20 |
|
| 21 |
2. Go to your profile and edit it to add your account information for each service
|
| 22 |
you would like to use. Just click the Activity Stream tab to add your streams.
|
| 23 |
|
| 24 |
3. Your stream will appear in your profile. It will also appear on a page by itself
|
| 25 |
at http://example.com/stream/{your-user-id} and on a page with all other user's
|
| 26 |
streams at http://example.com/stream
|