Removed installation instructions
This commit is contained in:
@@ -33,15 +33,12 @@
|
||||
|
||||
<div id="bar">
|
||||
<div class="wrap">
|
||||
<span class="step"><a>1</a> capture</span>
|
||||
<span class="step"><a>2</a> organize</span>
|
||||
<span class="step"><a>3</a> store</span>
|
||||
<span class="step"><a>1</a> Capture</span>
|
||||
<span class="step"><a>2</a> Organize</span>
|
||||
<span class="step"><a>3</a> Store</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="wrap">
|
||||
<div class="col">
|
||||
<h3><span class="red">Where</span> to get it?</h3>
|
||||
@@ -57,17 +54,6 @@
|
||||
|
||||
<p>You can also clone the project with <a href="http://git-scm.com">Git</a> by running:</p>
|
||||
<span class="info">$ git clone git://github.com/rosarior/mayan</span>
|
||||
<br /><br /><br />
|
||||
<h3><span class="red">How</span> to contribute?</h3>
|
||||
<p>You can help further the development of Mayan EDMS by reporting bugs, submitting documentation, patches, with monetary or hardware donations.
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||||
<input type="hidden" name="cmd" value="_s-xclick">
|
||||
<input type="hidden" name="hosted_button_id" value="W6LMMZHTNUJ6L">
|
||||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
||||
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
||||
</form>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col">
|
||||
@@ -86,20 +72,15 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col last">
|
||||
<h3><span class="red">How</span> to install it?</h3>
|
||||
<p class="info">
|
||||
virtualenv --no-site-packages mayan<br />
|
||||
cd mayan<br />
|
||||
tar -xvzf mayan.tar.gz<br />
|
||||
cd mayan<br />
|
||||
source ../bin/activate<br />
|
||||
pip install -r requirements/production.txt<br />
|
||||
</p>
|
||||
<p>Create the database that will hold the data. Install any corresponding python database drivers. Update the settings.py file with you database settings.</p>
|
||||
<p class="info">
|
||||
./manage.py syncdb
|
||||
</p>
|
||||
<p>Then finish deploying it as any other Django project.</p>
|
||||
<h3><span class="red">How</span> to contribute?</h3>
|
||||
<p>You can help further the development of Mayan EDMS by reporting bugs, submitting documentation, patches, with monetary or hardware donations.
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||||
<input type="hidden" name="cmd" value="_s-xclick">
|
||||
<input type="hidden" name="hosted_button_id" value="W6LMMZHTNUJ6L">
|
||||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
||||
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user