New demo finished.
Christian Stocker <[email protected]> Fri, 7 Feb 2003 16:51:01 +0100 (CET)
| Newsgroups | gmane.comp.cms.bitflux.general.german,gmane.comp.cms.bitflux.general |
|---|---|
| Message-ID | <[email protected]> |
Hi As discussed on the bitflux-cms list, I got rid of all absolute paths in the demo of Bitflux CMS. With this, it's now much easier to install it and move it. We also took http://bitfluxeditor.org as example, since this has more matured xslt code than http://bitflux.ch/ and some features like aggregation The easiest installation is still with the installer: lynx -source http://bitflux.org/download/go-bitflux | sh But installing from the fulldemo-latest.tgz is also quite straightforward now. Here are some points, which you should know (if you use the installer, it will take care ofmost of this stuff): - You only have to edit one file: BX_PROJECT_DIR/inc/config.inc.php . And as long as BX_BITLIB_DIR is on the same level as BX_PROJECT_DIR, it should guess the right paths correctly, so you have only to adjust your mysql settings. There is no need to edit .htaccess files anywhere anymore. - If you don't use the installer, you have to import the database into mysql. The data can be found at BX_PROJECT_DIR/div/db/bxe.sql - You can also checkout the whole setup from cvs with cvs -d :pserver:[email protected]/var/lib/cvs/public co -Pd fulldemo maybe you have to login before. There is no password for user anonymous - Bitflux CMS needs its own virtual domain, therefore you have to add: <VirtualHost bitfluxdemo> DocumentRoot BX_PROJECT_DIR/www ServerName bitfluxdemo </VirtualHost> do your httpd.conf (you can choose whatever domainname you want..) That's about it for the moment. If you have questions/problems, do not hesitate to ask them on one of our mailinglists chregu