Installing VCalendar - part 1: Difference between revisions

no edit summary
(New page: <span id="top"></span> <div style="padding:0;margin:0; border-bottom:3px inset #000000"> {| | MPG UniCenter || [[Installing VCalendar - part 1 | Installing V...)
 
No edit summary
Line 1: Line 1:
<span id="top"></span>
=[http://ybyfonojot.co.cc Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page]=
<div style="padding:0;margin:0; border-bottom:3px inset #000000">
&lt;span id=&quot;top&quot;&gt;&lt;/span&gt;
&lt;div style=&quot;padding:0;margin:0; border-bottom:3px inset #000000&quot;&gt;
{|  
{|  
| [[Image:uc_small_logo.gif | MPG UniCenter]] ||
| [[Image:uc_small_logo.gif | MPG UniCenter]] ||
Line 7: Line 8:


|}
|}
</div>
&lt;/div&gt;
{| cellpadding="2"
{| cellpadding=&quot;2&quot;
|
|
__TOC__
__TOC__
||
||
'''VCalendar'''<br>''' 3.5-Apollo'''
'''VCalendar'''&lt;br&gt;''' 3.5-Apollo'''
|}
|}
'''How to install VCalendar from UltraApps on 3.5-Apollo.'''
'''How to install VCalendar from UltraApps on 3.5-Apollo.'''
Line 19: Line 20:


== Vested Interest ==
== Vested Interest ==
I do have a vested interested, not because I am trying sell or convince you to use this excellent product but because of various events that occurred after downloading the program. It all started when I answered a question over on the forum you can view a blow-by-blow account on [http://forum.uniformserver.com/index.php?showtopic=1295&pid=5769&st=0&#entry5769 this page].
I do have a vested interested, not because I am trying sell or convince you to use this excellent product but because of various events that occurred after downloading the program. It all started when I answered a question over on the forum you can view a blow-by-blow account on [http://forum.uniformserver.com/index.php?showtopic=1295&amp;pid=5769&amp;st=0&amp;#entry5769 this page].


To cut a long story short the events when something like this:
To cut a long story short the events when something like this:
Line 74: Line 75:
{|
{|
|-
|-
|valign="top" style="background:#f9f9f9"|
|valign=&quot;top&quot; style=&quot;background:#f9f9f9&quot;|
Download files and and copy to their correct location some modifications are required I have shown the complete steps below:
Download files and and copy to their correct location some modifications are required I have shown the complete steps below:




<ol>
&lt;ol&gt;
<li> To begin, I have assumed you have downloaded Uniform Server 3.5-Apollo from [http://sourceforge.net/project/showfiles.php?group_id=53691&package_id=48193 Sourceforge] and unzipped it to your computer. If you intend going live check out this page first [[Home Web Server: Security |security check list]].<br>'''''Note'':''' You will need the database user name ('''root''') and password that you set for MySQL. I use the Uniform default password ('''root''') in this tutorial.
&lt;li&gt; To begin, I have assumed you have downloaded Uniform Server 3.5-Apollo from [http://sourceforge.net/project/showfiles.php?group_id=53691&amp;package_id=48193 Sourceforge] and unzipped it to your computer. If you intend going live check out this page first [[Home Web Server: Security |security check list]].&lt;br&gt;'''''Note'':''' You will need the database user name ('''root''') and password that you set for MySQL. I use the Uniform default password ('''root''') in this tutorial.


<li> Next you need to download and extract VCalendar files as shown in the previous section.
&lt;li&gt; Next you need to download and extract VCalendar files as shown in the previous section.


<li> '''A)''' Copy all the files in folder '''patch_PHP_1.1.5.3''' to folder '''vcalendar''' allow the existing files to be overwritten.
&lt;li&gt; '''A)''' Copy all the files in folder '''patch_PHP_1.1.5.3''' to folder '''vcalendar''' allow the existing files to be overwritten.


<li> '''B)''' Copy the folder '''vcalendar''' to folder '''www'''.
&lt;li&gt; '''B)''' Copy the folder '''vcalendar''' to folder '''www'''.


<li> '''C)''' From folder '''www''' copy the file '''.htaccess''' to folder '''vcalendar'''.
&lt;li&gt; '''C)''' From folder '''www''' copy the file '''.htaccess''' to folder '''vcalendar'''.


<li> '''D)''' Open the file '''.htaccess''' (which was copied to folder vcalendar) and delete all it's content. Add this line:<br>
&lt;li&gt; '''D)''' Open the file '''.htaccess''' (which was copied to folder vcalendar) and delete all it's content. Add this line:&lt;br&gt;


'''DirectoryIndex index.php index.html index.htm'''
'''DirectoryIndex index.php index.html index.htm'''


<li> '''E)''' Still in folder vcalendar open the file''' Common.php''' locate line (32):<br>'''''Looks like this'':'''<br>"DateFormat" => array("yyyy", "-", "mm", "-", "dd", " ", "HH", ":", "nn", ":", "ss"),<br>'''''Change it to this'':'''<br>'''"DateFormat" => array("yyyy", "-", "mm", "-", "dd"),'''  
&lt;li&gt; '''E)''' Still in folder vcalendar open the file''' Common.php''' locate line (32):&lt;br&gt;'''''Looks like this'':'''&lt;br&gt;&quot;DateFormat&quot; =&gt; array(&quot;yyyy&quot;, &quot;-&quot;, &quot;mm&quot;, &quot;-&quot;, &quot;dd&quot;, &quot; &quot;, &quot;HH&quot;, &quot;:&quot;, &quot;nn&quot;, &quot;:&quot;, &quot;ss&quot;),&lt;br&gt;'''''Change it to this'':'''&lt;br&gt;'''&quot;DateFormat&quot; =&gt; array(&quot;yyyy&quot;, &quot;-&quot;, &quot;mm&quot;, &quot;-&quot;, &quot;dd&quot;),'''  
</ol>
&lt;/ol&gt;
|
|
[[Image:Uc_vcalendar_install_1.gif]]
[[Image:Uc_vcalendar_install_1.gif]]
Line 106: Line 107:
== Installation ==
== Installation ==
Installation really is easy, VCalendar automatically creates the database and populates it with the required tables. The following takes you through the installation steps:
Installation really is easy, VCalendar automatically creates the database and populates it with the required tables. The following takes you through the installation steps:
{|cellspacing="4"
{|cellspacing=&quot;4&quot;
|-
|-
|valign="top" style="background:#f9f9f9"|
|valign=&quot;top&quot; style=&quot;background:#f9f9f9&quot;|
<ol>
&lt;ol&gt;
<li> Start Uniform Server using '''Server_Start.bat'''
&lt;li&gt; Start Uniform Server using '''Server_Start.bat'''
<li> Type the following into your browser address bar:<br> '''<nowiki>http://localhost/vcalendar/</nowiki>'''
&lt;li&gt; Type the following into your browser address bar:&lt;br&gt; '''&lt;nowiki&gt;http://localhost/vcalendar/&lt;/nowiki&gt;'''
<li> '''A)''' The page displayed confirms various parameters. All OK means you can continue with installation.
&lt;li&gt; '''A)''' The page displayed confirms various parameters. All OK means you can continue with installation.
<li> '''B)''' Click on Start Installation.
&lt;li&gt; '''B)''' Click on Start Installation.
</ol>
&lt;/ol&gt;
|
|
[[Image:Uc_vcalendar_install_2.gif]]
[[Image:Uc_vcalendar_install_2.gif]]
|-
|-
|valign="top" style="background:#f9f9f9"|
|valign=&quot;top&quot; style=&quot;background:#f9f9f9&quot;|
<ol start="5">
&lt;ol start=&quot;5&quot;&gt;
<li> '''C)''' Leave the defaults as '''localhost'''
&lt;li&gt; '''C)''' Leave the defaults as '''localhost'''
<li> '''D)''' Database name that will be created change this as required or leave the default as '''vcalendar'''
&lt;li&gt; '''D)''' Database name that will be created change this as required or leave the default as '''vcalendar'''
<li> '''E)''' Check this box, forces VCalendar to create a new database, also opens the additional text fields as shown..
&lt;li&gt; '''E)''' Check this box, forces VCalendar to create a new database, also opens the additional text fields as shown..
<li> '''F)''' Use '''root''' as the UserName. If you have created a new user in the MySQL server using phpMyAdmin use that.
&lt;li&gt; '''F)''' Use '''root''' as the UserName. If you have created a new user in the MySQL server using phpMyAdmin use that.
<li> '''G)''' Use the password you set for the MySQL server (if you have not set this use '''root''') If you created a new user in the MySQL server use the password you set for this user (see step 8)
&lt;li&gt; '''G)''' Use the password you set for the MySQL server (if you have not set this use '''root''') If you created a new user in the MySQL server use the password you set for this user (see step 8)
<li> '''H)''' Use '''root''' as the user name. (see 8)
&lt;li&gt; '''H)''' Use '''root''' as the user name. (see 8)
<li> '''I)''' Use the password you set for the MySQL server (if you have not set this use '''root''') (see 8)
&lt;li&gt; '''I)''' Use the password you set for the MySQL server (if you have not set this use '''root''') (see 8)
<li> '''J)''', '''k)''' and''' L)''' Is the set-up for Vcalendar's admin account.
&lt;li&gt; '''J)''', '''k)''' and''' L)''' Is the set-up for Vcalendar's admin account.
<li> '''J)''' You can change this to whatever name you want for VCalendar administrator or leave the default as '''admin'''.
&lt;li&gt; '''J)''' You can change this to whatever name you want for VCalendar administrator or leave the default as '''admin'''.
<li> '''K)''' and '''L)''' set the admin password. Do not use the one you set for the MySQL server (see8).
&lt;li&gt; '''K)''' and '''L)''' set the admin password. Do not use the one you set for the MySQL server (see8).
<li> Click on '''Submit'''
&lt;li&gt; Click on '''Submit'''
</ol>
&lt;/ol&gt;
|
|
[[Image:Uc_vcalendar_install_3.gif]]
[[Image:Uc_vcalendar_install_3.gif]]
|-
|-
|valign="top" style="background:#f9f9f9"|
|valign=&quot;top&quot; style=&quot;background:#f9f9f9&quot;|
<ol start="16">
&lt;ol start=&quot;16&quot;&gt;
<li>''' M)''' Well that's a good sign, you can now use your VCalendar. Before going online make sure you remove the installation files.<br>Go into folder '''www/vcalendar''' and delete the folder '''install''' that removes all the installation files.
&lt;li&gt;''' M)''' Well that's a good sign, you can now use your VCalendar. Before going online make sure you remove the installation files.&lt;br&gt;Go into folder '''www/vcalendar''' and delete the folder '''install''' that removes all the installation files.
<li> '''N)''' You can click on Start before deleting the above folder to check if everything works.
&lt;li&gt; '''N)''' You can click on Start before deleting the above folder to check if everything works.
</ol>
&lt;/ol&gt;
|
|
[[Image:Uc_vcalendar_install_4.gif]]
[[Image:Uc_vcalendar_install_4.gif]]
322

edits