Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moose
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sahil Moza
moose
Commits
13ca5cc1
Commit
13ca5cc1
authored
8 years ago
by
Dilawar Singh
Browse files
Options
Downloads
Patches
Plain Diff
INstallation page is almost over.
parent
147301f6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/conf.py
+3
-3
3 additions, 3 deletions
docs/conf.py
docs/index.rst
+0
-1
0 additions, 1 deletion
docs/index.rst
docs/introduction/install/index.rst
+39
-19
39 additions, 19 deletions
docs/introduction/install/index.rst
with
42 additions
and
23 deletions
docs/conf.py
+
3
−
3
View file @
13ca5cc1
...
...
@@ -106,8 +106,8 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme
=
'
sphinx_rtd_theme
'
#
html_theme = 'default'
#
html_theme = 'sphinx_rtd_theme'
html_theme
=
'
default
'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
...
...
@@ -258,4 +258,4 @@ texinfo_domain_indices = True
#texinfo_show_urls = 'footnote'
#numpydoc option
numpydoc_show_class_members
=
True
#
numpydoc_show_class_members = True
This diff is collapsed.
Click to expand it.
docs/index.rst
+
0
−
1
View file @
13ca5cc1
...
...
@@ -42,7 +42,6 @@ Contents:
.. toctree::
:maxdepth: 2
:numbered:
introduction/index
user/py/quickstart/index
...
...
This diff is collapsed.
Click to expand it.
docs/introduction/install/index.rst
+
39
−
19
View file @
13ca5cc1
...
...
@@ -4,42 +4,61 @@ Installation
Use pre-built packages
----------------------
Linux
^^^^^
We recommend that you use our repositories hosted at `Open Build Service
<http://build.opensuse.org>`_. We have packages of both ``MOOSE`` and
``moogli`` for Debian, Ubuntu, CentOS, Fedora, OpenSUSE/SUSE, RHEL, Scientific
Linux. Visit `this page
``moogli`` for following distributions
- Debian 7.0, 8.0
- Ubuntu 12.04, 14.04, 15.04, 15.10, 16.04
- CentOS 6, 7
- Fedora 20, 21, 22, 23
- OpenSUSE 13.1, 13.2, Factory ARM, Leap 42.1, Tumbleweed
- SLE 12, 12 SP1
- RHEL 7
- Scientific Linux 7
Visit `this page
<https://software.opensuse.org/download.html?project=home:moose&package=moose>`_
and follow instructions.
pick you distribution and follow instructions.
.. note::
Package ``moogli`` will also be available in addition to moose on almost all
of these distributions (except CentOS-6). Use the same command to install
moogli as well e.g. ``sudo apt-get install moogli`` or ``sudo yum
install moogli``.
.. raw:: html
<iframe
src="http://software.opensuse.org/download/package.iframe?project=<projectname>&package=<packagename>"></iframe>
After adding the repositories to your package manager (read the instructed on the site)
You can install both `moose` and `moogli` using your package manager.
.. todo:: Packages for gentoo, Arch Linux
On ``Debian/Ubuntu``
::
$ sudo apt-get install moose moogli
Mac OSX
^^^^^^
On ``CentOS/RHEL/Fedora/Scientific Linux``
::
$ sudo yum install moose moogli
Download the ``dmg`` file from `here <https://github.com/BhallaLab/moose/releases/download/ghevar_3.0.2/Moose_3.0.2_OSX.dmg>`_.
On ``openSUSE
``
Alternatively, you can use ``homebrew`` to install ``moose
``
::
$
sudo zypper
install moose
moolgi
$
brew
install moose
.. todo:: Packages for gentoo, Arch Linux
.. note::
Check the status of pull request here https://github.com/Homebrew/homebrew-science/pull/2958
In case your distribution is not listed on `our repository page
<https://software.opensuse.org/download.html?project=home:moose&package=moose>`_
, or if you want to build the lastest development code, following section lists
out the steps to build MOOSE from its source code.
Windows/Cygwin
^^^^^^^^^^^^^^
Building MOOSE
--------------
In case your distribution is not listed on `our repository page
<https://software.opensuse.org/download.html?project=home:moose&package=moose>`_
, or if you want to build the lastest development code, read on.
First, you need to get the source code. You can use ``git`` (clone the
repository) or download snapshot of github repo by clicking on `this link
<https://github.com/BhallaLab/moose/archive/master.zip>`_.::
...
...
@@ -197,7 +216,8 @@ On ``openSUSE``
::
$ sudo zypper install python-sip python-qt4-devel libqt4-devel python-qt4
After this, building and installing ``moogli`` should be as simple as::
After this, building and installing ``moogli`` should be as simple as
::
$ cd /path/to/moogli
$ mkdir _build
$ cd _build
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment