Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Mon Jan 7 06:31:18 2008 UTC | revision 1.2, Mon Jan 7 14:19:25 2008 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | DrupalBin Install Profile | DrupalBin Install Profile |
| 2 | ========================= | ========================= |
| 3 | ||
| 4 | DrupalBin is a tool to collaborate and debug Drupal code snippets. Its goal is | 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 | to replicate what is accomplished by various pastebin-like websites. More on |
| 6 | DrupalBin is available at http://drupalbin.com . | DrupalBin is available at http://drupalbin.com . |
| 7 | ||
| # | Line 15 Features | Line 15 Features |
| 15 | * Share clean code links on IRC, or an IM conversation | * Share clean code links on IRC, or an IM conversation |
| 16 | ||
| 17 | * Submit modifications of existing code by using the Fix feature | * Submit modifications of existing code by using the Fix feature |
| * Login with your own OpenID and keep record of yours and other peoples' code | ||
| snippets (Drupal.org distributed logins are disabled for security reasons) | ||
| * Post code snippets by using Blogging tools like ScribeFire | ||
| * When logged in, you can save favorite code snippets | ||
| 18 | ||
| 19 | ||
| 20 | Requirements | Modules |
| 21 | ------------ | ------------ |
| 22 | ||
| 23 | The following modules are required by DrupalBin. It is best to extract them | The following modules are required by DrupalBin. It is best to extract them |
| 24 | into your sites/all/modules, or profiles/drupalbin/modules folders. | into the "profiles/drupalbin/modules" folder: |
| 25 | ||
| 26 | * GeSHi Filter | * GeSHi Filter |
| 27 | http://drupal.org/project/geshifilter | http://drupal.org/project/geshifilter |
| * Views | ||
| http://drupal.org/project/views | ||
| * Views Bookmarks | ||
| http://drupal.org/project/views_bookmarks | ||
| 28 | ||
| 29 | * Automatic Nodetitles | * Automatic Nodetitles |
| 30 | http://drupal.org/project/auto_nodetitle | http://drupal.org/project/auto_nodetitle |
| 31 | ||
| 32 | * Pathauto | * Pathauto |
| 33 | http://drupal.org/project/pathauto | http://drupal.org/project/pathauto |
| 34 | ||
| 35 | * Token | * Token |
| 36 | http://drupal.org/project/token | http://drupal.org/project/token |
| 37 | ||
| 38 | * Tagedelic | * Node Clone |
| 39 | http://drupal.org/project/tagadelic | http://drupal.org/project/node_clone |
| 40 | ||
| 41 | ||
| 42 | Installation | Installation |
| 43 | ------------ | ------------ |
| 44 | ||
| 45 | Once you meet all requirements and your modules are setup and in the proper | 1) Once you have ensured that you downloaded all the modules and that they |
| 46 | locations, visit INSTALL.php and select to install the DrupalBin install | exist in "profiles/drupalbin/modules", visit INSTALL.php and select to |
| 47 | profile. | install the DrupalBin install profile. |
| 48 | ||
| 49 | 2) Select which database you'd like to install to and install. | |
| 50 | ||
| 51 | 3) Create an administrator account. | |
| 52 | ||
| 53 | 4) If you haven't done so already, visit GeSHi (http://qbnz.com/highlighter), | |
| 54 | download and extract it to "profiles/drupalbin/modules/geshifilter/geshi". | |
| 55 | To ensure that GeSHi is properly installed, configure it at: | |
| 56 | "admin/settings/geshifilter" | |
| 57 | ||
| 58 | ||
| 59 | Credits | Credits |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |