alx / pressmark

Wordpress project to create a distributed social-bookmark website

This URL has Read+Write access

pressmark / README.textile
c81ac011 » alx 2008-05-22 add textile README 1 <h1>Pressmark: Social Bookmark with Wordpress</h1>
2
81e3f70d » alx 2008-05-22 correct typo 3 <p>Pressmark with a Wordpress installation with all you need to start a social bookmarking website (like <a href="http://del.icio.us">del.icio.us</a>, <a href="http://sabros.us">sabros.us</a>, ...).</p>
c81ac011 » alx 2008-05-22 add textile README 4
5 <h2>Installation</h2>
6
7 <ul>
8 <li>Get Pressmark sources:
9 <ul>
10 <li><a href='http://github.com/alx/pressmark/tarball/master'>Download it from Github</a></li>
11 <li>If you've got git installed, clone it from Github (to easily get last updated)
12 <code>
13 git clone git://github.com/alx/pressmark.git pressmark
14 </code>
15 </li>
16 </ul>
17 </li>
18 <li>Move the source to your webserver, ask a geek how to do it if you don't know :)</li>
19 <li>Wordpress configuration: copy '<em>wp-config-sample.php</em>' to '<em>wp-config.php</em>' and fill up the MySQL database information.</li>
20 <li>Access to the website where you've installed Pressmark, and begin the "2 min. installation" from Wordpress</li>
21 <li>Now that your website is ready, go in the administration pages and activate the following options:
22 <ul>
23 <li>In '<em>Setting</em>': select '<em>Anyone can register</em>' and set the '<em>New User Default Role</em>' to '<em>Author</em>' if you want your users to post links;</li>
24 <li>In '<em>Plugins</em>': activate '<em>WP-OpenID</em>' plugin</li>
25 </ul>
26 </li>
bdee18ec » alx 2008-05-22 correct typo 27 </ul>
c81ac011 » alx 2008-05-22 add textile README 28
29 <h2>Support</h2>
30
31 <ul>
32 <li>Lead developer: Alexandre Girard - alx.girard@gmail.com - don't hesitate to contact me for any info</li>
33 <li>Git repository: <a href="http://github.com/alx/pressmark/">http://github.com/alx/pressmark/</a></li>
caab1819 » alx 2008-05-22 add link to lighthouse page 34 <li>Lighthouse Tickets: <a href="http://lasindias.lighthouseapp.com/projects/11692-pressmark/overview">http://lasindias.lighthouseapp.com/projects/11692-pressmark/overview</a>
c81ac011 » alx 2008-05-22 add textile README 35 </ul>