Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stennie/robomongo-docs
https://github.com/stennie/robomongo-docs
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stennie/robomongo-docs
- Owner: stennie
- Created: 2013-03-27T23:11:54.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-28T12:59:05.000Z (about 12 years ago)
- Last Synced: 2024-12-03T20:37:37.492Z (about 1 month ago)
- Language: JavaScript
- Size: 1.94 MB
- Stars: 0
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
=====================
Robmongodb Documentation
==========================================
Mongodb Documentation Compilation on Ubuntu
=====================I assume that python already installed on machine and added to PATH.
1. Install ``easy_install``:
* Download the appropriate egg for your version of Python (e.g. setuptools-0.6c9-py2.4.egg). Do NOT rename it.
* Run it as if it were a shell script, e.g. sh setuptools-0.6c9-py2.4.egg. Setuptools will install itself using the matching version of Python (e.g. python2.4), and will place the easy_install executable in the default location for installing Python scripts (as determined by the standard distutils configuration files, or by the Python installation).2. Install sphinx documentation:
sudo easy_install -U Sphinx
3. Clone mongodb documentation source from github:
git clone git://github.com/mongodb/docs
4. Adjust layout here. -> /themes/mongodb/layout.html
* Remove Left Sidebar - Set ``render_sidebar`` variable to false at the top and remove:
{%- block sidebar2 %}{{ sidebar() }}{% endblock %}* Remove Header -- remove following parts:
{%- block header %} .. {%- endblock %}
{%- block analytics %}
{%- include "analytics.html" %}
{%- endblock %}5. Navigate to the ``docs`` folder and create folder with name ``build``:
cd docs/
md build
make html
6. After build done go to the ``/build/master/html`` and copy content to the robomongo docs repository.
-- Paralect