Changeset 168 for devel/INSTALL
- Timestamp:
- 01/21/06 23:23:25 (3 years ago)
- Files:
-
- devel/INSTALL (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/INSTALL
r166 r168 1 Elgg version 0. 31installation instructions1 Elgg version 0.4 installation instructions 2 2 3 3 Ben Werdmuller <ben@elgg.net> 4 9th December, 2005 4 21 January 2006 5 5 6 6 … … 126 126 3.4 Upgrading 127 127 128 If you are upgrading from 0.301, you don't need to perform any 129 SQL upgrade steps. 130 131 Otherwise, perform the above steps but with the upgrade.sql file 128 Perform the above steps but with the upgrade.sql file 132 129 found in /distribution/database. 130 131 Run http://your-elgg-location/upgrade.php once to publish RSS feeds 132 for all users. Then delete it from the server. 133 133 134 134 NB: The navigation system has changed severely since the previous … … 136 136 If you would like to keep your existing templates, you should back 137 137 up the 'templates' and 'template_elements' tables in your database. 138 You can then change templates over using the instructions in 139 /THEMECHANGE. 138 Note that these will need significant alteration for this version of 139 Elgg, for which only alteration of the CSS and page shell portions of 140 the template is recommended. 140 141 141 142 … … 166 167 167 168 168 4.3 XML-RPC169 4.3 Optional plugins 169 170 170 171 Misja Hoebe has written an XML-RPC unit that requires the PEAR library. … … 172 173 all the prerequisites for this unit, uncomment the include XMLRPC line 173 174 in the plugins section of includes.php. 175 176 We have also included an implementation of the TinyMCE editor. This 177 is enabled by default. To disable it, comment out the TinyMCE line in 178 the plugins section of includes.php. 179 180 Another plugin is the experimental shared calendar, which allows 181 users of your Elgg system to share events with each other, which can 182 be found in the usual ways (restricted by groups and searchable by 183 tag). To enable this, uncomment the calendar line in the plugins 184 section of includes.php. 185 186 If you are using the calendar, you will need to add the related 187 database tables. Using your command line terminal, navigate to 188 /distribution/database in the distribution package. Type the 189 following: 190 191 mysql -u [username] -p [password] [databasename] < elgg_calendar.sql 174 192 175 193 … … 193 211 Because Elgg is free and open source, we often don't hear about new 194 212 installations. You don't have to, but we'd love it if you'd tell us 195 what you're doing with it. You can reach us at system@elgg.net. 213 what you're doing with it. You can reach us at system@elgg.net or add 214 a link to your site directly to our information resource at 215 http://elgg.org/info/. 196 216 197 217 198 218 5. FURTHER CUSTOMISATION AND DEVELOPMENTS 199 219 200 Please keep an eye on http://elgg.net/development/index.php for 201 forthcoming developments within Elgg, including documentation on how 202 to alter your default templates and writing new functionality into 203 the system. 220 Please keep an eye on http://elgg.org/ for forthcoming developments 221 within Elgg, including documentation on how to alter your default 222 templates and writing new functionality into the system.
