fixed issue with hardcode location for ie specific ajax_calendar_ie.css, removed...
[openemr.git] / interface / main / calendar / modules / PostCalendar / INSTALL
blob3901895fc74c529f9d0f1e792720c26a5f4f02d8
1 $Id$
2 ========================================================================
3 Installation
4 ========================================================================
6 PLEASE ALSO READ THE DOCUMENTATION AVAILABLE ONLINE AT
8         http://www.postcalendar.tv/wiki
11 To install PostCalendar simply unzip/untar the distribution inside your 
12 PostNuke html directory. This will create the ./modules/PostCalendar 
13 directory and should contain all the files of the distribution.
15 ***NOTE: You'll need to CHMOD 777 the following directories:
17         ./modules/PostCalendar/pntemplates/compiled
18         ./modules/PostCalendar/pntemplates/cache
20 This allows Smarty to compile and cache your templates. If you're 
21 on a windows platform, just make sure the directory has read/write 
22 permissions for the web server.
24 If you would like to change the path of these directories, you can 
25 change the value of $this->compile_dir and $this->cache_dir in the 
26 pcSmarty.class.php file to point to wherever you'd like templates to be 
27 compiled. Moving this out of the webroot might not be that bad of an 
28 idea. (I have not tested this as of yet)
30 Now, enter the administration portion of your PostNuke site:
32     * Select MODULES Administration
33     * Click on the REGENERATE link
34     * Find the PostCalendar entry in the list
35     * Click INITIALISE
36     * After the list reloads, click ACTIVATE
38 You should now have a fully functioning PostCalendar installation.
40 You'll want to enter your site's Administration and configure 
41 PostCalendar before you start to enter events. The installation 
42 will set defaults for the calendar so that it works, but in 
43 order to better suit your needs, it's best to change these as 
44 early as possible.
46 ========================================================================
47 Upgrading
48 ========================================================================
49 To upgrade PostCalendar you should first make a backup of you current
50 Database tables (using a tool like phpMyAdmin) and also backup your
51 current PostCalendar installation.  This will be useful in the event
52 an upgrade does not work for you.
54 Next, unzip/untar the PostCalendar distribution inside your Postnuke
55 html directory.  This will create the modules/PostCalendar directory
56 and place all the necessary files there.
58 ***NOTE: You'll need to CHMOD 777 the following directories:
60         ./modules/PostCalendar/pntemplates/compiled
61         ./modules/PostCalendar/pntemplates/cache
63 This allows Smarty to compile and cache your templates. If you're 
64 on a windows platform, just make sure the directory has read/write 
65 permissions for the web server.
67 If you would like to change the path of these directories, you can 
68 change the value of $this->compile_dir and $this->cache_dir in the 
69 pcSmarty.class.php file to point to wherever you'd like templates to be 
70 compiled. Moving this out of the webroot might not be that bad of an 
71 idea. (I have not tested this as of yet)
73 ***NOTE: DO NOT USE THE POSTNUKE MODULE ADMIN INTERFACE
74          TO UPGRADE POSTCALENDAR.  DOING SO WILL BREAK
75                  THE UPGRADE PROCESS. FOLLOW THE STEPS BELOW
77 Enter the administration portion of your PostNuke site:
79     * Select POSTCALENDAR Administration
80     * Click on the Upgrade PostCalendar Link
82 If all went well, you should see a CONGRATULATIONS message.
83 If not, you should see an ERROR message.
85 You should see link that says 'Upgrade PostCalendar 3.0x'
87 You should now have a fully functioning PostCalendar installation.
89 You'll want to configure PostCalendar before you start to enter events. 
90 The installation will set defaults for the calendar so that it works, 
91 but in order to better suit your needs, it's best to change these as 
92 early as possible.  You should also check your old events and edit
93 them if necessary.  Events that have no end date should have the 
94 appropriate repeating option for 'no end date' selected as this will
95 greatly speed up your calendar.
97 ========================================================================
98 Menu Configuration
99 ========================================================================
100 You can link to PostCalendar by entering {PostCalendar} in a menu block.
102 Using [PostCalendar] will also work, but this is for old style modules. 
103 Using the method above will produce much better results.
105 Goto your Block administration and edit/create the Menu block to hold 
106 your link to PostCalendar.
108 The Menu Block editing screen should look something like this:
110 +--------------+----------------+-------------+--------+--------+-------+ 
111 | Title        | URL            | Description | Delete | Insert | Blank |
112 +--------------+----------------+-------------+--------+--------+-------+ 
113 | PostCalendar | {PostCalendar} | My Calendar |        |        |       |
114 +--------------+----------------+-------------+--------+--------+-------+        
116 ========================================================================
117 Admin Settings
118 ========================================================================
120 ========================================================================
121 Blocks Configuration
122 ========================================================================