openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #07595
[Merge] lp:~jseagull1/openlp/documentation into lp:openlp
John Cegalis has proposed merging lp:~jseagull1/openlp/documentation into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~jseagull1/openlp/documentation/+merge/55386
First Run Wizard
--
https://code.launchpad.net/~jseagull1/openlp/documentation/+merge/55386
Your team OpenLP Core is requested to review the proposed merge of lp:~jseagull1/openlp/documentation into lp:openlp.
=== modified file 'documentation/manual/source/index.rst'
--- documentation/manual/source/index.rst 2011-03-22 18:29:29 +0000
+++ documentation/manual/source/index.rst 2011-03-29 17:16:13 +0000
@@ -13,6 +13,7 @@
introduction
glossary
+ wizard
dualmonitors
configure
bibles
=== added file 'documentation/manual/source/wizard.rst'
--- documentation/manual/source/wizard.rst 1970-01-01 00:00:00 +0000
+++ documentation/manual/source/wizard.rst 2011-03-29 17:16:13 +0000
@@ -0,0 +1,76 @@
+================
+First Run Wizard
+================
+
+When using OpenLP for the first time, the **First Run Wizard** will help you
+with setting up your installation. This is not a comprehensive setup but will
+give you the basics for first time use. This wizard will help you configure
+OpenLP for initial use.
+
+**Select Translation**
+
+.. image:: pics/001-first-time-language.png
+
+You may choose the language translation you want to use or let OpenLP
+"Autodetect" it. Click OK after your selection.
+
+The Welcome to the First Time Wizard dialog box will appear next. Click Next.
+
+.. image:: pics/002-first-time-wizard-welcome.png
+
+**Activate required Plugins**
+
+.. image:: pics/003-first-time-wizard-plugins.png
+
+OpenLP has many plugins you may choose to use. By default they are all checked
+except Allow remote access. These plugins are explained in detail in the manual
+under Media Manager. If you are not familiar with what the plugins provide, you
+should leave them checked and activated for your first time use. You may easily
+change your choice when OpenLP is running under Settings/Plugin List. Click Next.
+
+**Sample Songs**
+
+.. image:: pics/004-first-time-wizard-songs.png
+
+You may add Sample Songs to your song database. This is convenient if you are a
+new user and would like to see how the songs appear in the database and are
+formatted. If you already have songs in your database, adding these samples will
+not overwrite your database. You may check the box for English or Deutsch and
+click Next.
+
+**Sample Bibles**
+
+.. image:: pics/005-first-time-wizard-bibles.png
+
+OpenLP comes with a number of free Bibles you may install. Click the box next to
+the Bible you wish to install. If none of these Bibles meet your needs, you may
+continue on without selecting any of them by clicking Next.
+
+**Sample Themes**
+
+.. image:: pics/006-first-time-wizard-themes.png
+
+You may add Sample Themes by checking the box next to the theme. As with the
+songs, this is useful if you are a new user and would like to see how the themes
+are formatted. You can easily delete the themes at a later time if you do not
+have a use for them. Click Next.
+
+**Default Settings**
+
+.. image:: pics/007-first-time-wizard-settings.png
+
+`Default output display`
+If you are connected to your projector or second monitor you will want to select
+Screen 2. If you are installing OpenLP and not connected at this time, you may
+change this in Configure OpenLP under the General tab.
+
+`Select default theme`
+This box gives you the option of selecting your default theme. If you do not
+have any themes, you will not be able to make the selection. Click Next.
+
+`Setting Up`
+
+.. image:: pics/010-first-time-wizard-finished.png
+
+OpenLP will now setup the software with the selections you have chosen. Click
+Finish and OpenLP will start.
\ No newline at end of file
Follow ups