| 1 |
DrupalBin Install Profile
|
| 2 |
=========================
|
| 3 |
|
| 4 |
DrupalBin is a tool to collaborate and debug code snippets. Its goal is
|
| 5 |
to replicate what is accomplished by various pastebin-like websites. More on
|
| 6 |
DrupalBin is available at http://drupalbin.com .
|
| 7 |
|
| 8 |
|
| 9 |
Features
|
| 10 |
--------
|
| 11 |
|
| 12 |
* Submit code fragments and get a URL like http://drupalbin.com/2 with
|
| 13 |
Drupal-based code highlighting
|
| 14 |
|
| 15 |
* Share clean code links on IRC, or an IM conversation
|
| 16 |
|
| 17 |
* Submit modifications of existing code by using the Fix feature
|
| 18 |
|
| 19 |
|
| 20 |
Installation
|
| 21 |
------------
|
| 22 |
|
| 23 |
1) Extract the DrupalBin installation profile to "profiles/drupalbin", right
|
| 24 |
beside "profiles/default".
|
| 25 |
|
| 26 |
2) Download the following modules and extract them to:
|
| 27 |
"profiles/drupalbin/modules". For example, the GeSHi Filter module would
|
| 28 |
end up living in "profiles/drupalbin/modules/geshifilter". They can also
|
| 29 |
be installed into "sites/all/modules", it's up to you.
|
| 30 |
|
| 31 |
* GeSHi Filter
|
| 32 |
http://drupal.org/project/geshifilter
|
| 33 |
|
| 34 |
* Automatic Nodetitles
|
| 35 |
http://drupal.org/project/auto_nodetitle
|
| 36 |
|
| 37 |
* Pathauto
|
| 38 |
http://drupal.org/project/pathauto
|
| 39 |
|
| 40 |
* Token
|
| 41 |
http://drupal.org/project/token
|
| 42 |
|
| 43 |
* Node Clone
|
| 44 |
http://drupal.org/project/node_clone
|
| 45 |
|
| 46 |
* Printer-Friendly Pages
|
| 47 |
http://drupal.org/project/print
|
| 48 |
|
| 49 |
3) Visit http://example.com/install.php and select to install the DrupalBin
|
| 50 |
install profile.
|
| 51 |
|
| 52 |
4) Select which database you'd like to install to and install it.
|
| 53 |
|
| 54 |
5) Create an administrator account.
|
| 55 |
|
| 56 |
6) If you haven't done so already, visit GeSHi (http://qbnz.com/highlighter),
|
| 57 |
download and extract it to "profiles/drupalbin/modules/geshifilter/geshi".
|
| 58 |
To ensure that GeSHi is properly installed, configure it at:
|
| 59 |
"admin/settings/geshifilter"
|
| 60 |
|
| 61 |
|
| 62 |
Credits
|
| 63 |
-------
|
| 64 |
* Rob Loach (http://drupal.org/user/61114)
|
| 65 |
Maintainer
|
| 66 |
|
| 67 |
* Stefaan Lippens (soxofaan - http://drupal.org/user/41478)
|
| 68 |
Contributer
|
| 69 |
|
| 70 |
* Oleg Terenchuk (litwol - http://drupal.org/user/78134)
|
| 71 |
Ideas
|