diff --git a/documentation/manual/source/index.rst b/documentation/manual/source/index.rst index 6ed9c7258..d5436f935 100644 --- a/documentation/manual/source/index.rst +++ b/documentation/manual/source/index.rst @@ -6,20 +6,36 @@ Welcome to the OpenLP 2.0 User Manual ===================================== -Contents: +Getting Started With OpenLP +--------------------------- .. toctree:: :maxdepth: 2 introduction - glossary - wizard - dualmonitors - configure + installation + +Reference Manual +---------------- + +.. toctree:: + :maxdepth: 2 + + alert bibles - themes + configure + dualmonitors + wizard + glossary mediamanager songs - alert + themes + +Questions and Troubleshooting +----------------------------- + +.. toctree:: + :maxdepth: 2 + faq troubleshooting diff --git a/documentation/manual/source/installation.rst b/documentation/manual/source/installation.rst new file mode 100644 index 000000000..21fcfeced --- /dev/null +++ b/documentation/manual/source/installation.rst @@ -0,0 +1,66 @@ +Installing OpenLP +================= + +Microsoft Windows +----------------- + +Installing OpenLP is identical over all supported versions of Windows. After +downloading the file from the `download page `_ +open the file by double clicking when the download is complete. After opening +the downloaded file agree to open the unverified file if you are prompted. + +Next select your language and click :guilabel:`OK` + +.. image:: pics/selectlanguage.png + +After reading the welcome message click :guilabel:`Next` to continue the +installation. + +.. image:: pics/welcome.png + +Agree to the license agreement. Click :guilabel:`Next` to continue. + +.. image:: pics/license.png + +Select the install location for OpenLP. Choosing the default location is +generally the best choice. Click :guilabel:`Next` to continue. + +.. image:: pics/installlocation.png + +Select a start menu folder for OpenLP to be visible in. The default location +here is generally the best choice. Click :guilabel:`Next` to continue. + +.. image:: pics/startmenufolder.png + +Select if you want to create a desktop or Quick Launch icon. Click :guilabel:`Next` +to continue. + +.. image:: pics/additionaltask.png + +Review your previous choices. If you need to make any changes click the +:guilabel:`Back button` to get to the previous choices, or click :guilabel:`Install` + +.. image:: pics/readytoinstall.png + +The progress bar will update you on how far along the installation has gone. + +.. image:: pics/progress.png + +When the install is complete you will have the option to launch OpenLP. After +making your selection click :guilabel:`Finish` + +Mac OS X +-------- + +Installing OpenLP on OS X is very simple. After downloading the correct file +from the OpenLP `download page `_ +double click on the .dmg file. Drag the OpenLP icon over to the Applications +folder and you will be ready to use OpenLP. OpenLP will be available in your +Applications folder. + +.. image:: pics/osxinstall.png + +Linux +----- + +Installation process on Linux distributions vary by distribution. See the OpenLP `download page `_ for distribution specific instructions. diff --git a/documentation/manual/source/pics/additionaltask.png b/documentation/manual/source/pics/additionaltask.png new file mode 100755 index 000000000..02d278001 Binary files /dev/null and b/documentation/manual/source/pics/additionaltask.png differ diff --git a/documentation/manual/source/pics/installcomplete.png b/documentation/manual/source/pics/installcomplete.png new file mode 100755 index 000000000..3cb25aaa9 Binary files /dev/null and b/documentation/manual/source/pics/installcomplete.png differ diff --git a/documentation/manual/source/pics/installlocation.png b/documentation/manual/source/pics/installlocation.png new file mode 100755 index 000000000..509bfbeea Binary files /dev/null and b/documentation/manual/source/pics/installlocation.png differ diff --git a/documentation/manual/source/pics/license.png b/documentation/manual/source/pics/license.png new file mode 100755 index 000000000..0f6d041d3 Binary files /dev/null and b/documentation/manual/source/pics/license.png differ diff --git a/documentation/manual/source/pics/osxinstall.png b/documentation/manual/source/pics/osxinstall.png new file mode 100644 index 000000000..cf4688735 Binary files /dev/null and b/documentation/manual/source/pics/osxinstall.png differ diff --git a/documentation/manual/source/pics/progress.png b/documentation/manual/source/pics/progress.png new file mode 100755 index 000000000..60360f84a Binary files /dev/null and b/documentation/manual/source/pics/progress.png differ diff --git a/documentation/manual/source/pics/readytoinstall.png b/documentation/manual/source/pics/readytoinstall.png new file mode 100755 index 000000000..a3f930930 Binary files /dev/null and b/documentation/manual/source/pics/readytoinstall.png differ diff --git a/documentation/manual/source/pics/selectlanguage.png b/documentation/manual/source/pics/selectlanguage.png new file mode 100755 index 000000000..58afbf0bd Binary files /dev/null and b/documentation/manual/source/pics/selectlanguage.png differ diff --git a/documentation/manual/source/pics/startmenufolder.png b/documentation/manual/source/pics/startmenufolder.png new file mode 100755 index 000000000..81a6586f8 Binary files /dev/null and b/documentation/manual/source/pics/startmenufolder.png differ diff --git a/documentation/manual/source/pics/welcome.png b/documentation/manual/source/pics/welcome.png new file mode 100755 index 000000000..e331eef3d Binary files /dev/null and b/documentation/manual/source/pics/welcome.png differ