Installation
Installing XODA is easy. Unpack the file xoda-*tar.bz2 (`tar -jxvf xoda-*tar.bz2`) wherever you want. Open "config.php" with you favorite text editor and set the defined constants in the beginning of the file to suit your needs. Important is to set the constant "ROOT_DIR". This is the directory, where your files are. It is recommended that this directory is set to a subdirectory of the path where "index.php" is hosted.
Since version 0.1.5 the configuration file is 'config.sample.php' and is included just as a sample file which you should rename to 'config.php' before starting using XODA.
Login
Username: admin (if you didn't change it in 'config.php')
Password: xoda
You should change your password at this point from "Settings -> Password".
- Apache webserver on a UNIX(-like) Operating System, supporting PHP and set 'AllowOverride All' (allowing RewriteEngine). I didn't test XODA on other servers. It surely will not work on webservers produced by the Redmond, WA based company named Microsoft© and/or on any software even claiming to be Operating Systems (like Windows©) produced by the same company. Official releases of XODA will never support these servers! You are free to hack it around for getting it working under whichever server you want.
- PHP4/PHP5. Enabled POSIX functions is recommended for getting user friendly information about file owner and group.
- A browser! I mean not this cripple wannabe browser produced by the same Redmond based company called Microsoft©, but a real browser, like Firefox or Google Chrome.
- Enabled JavaScript. See the "Credits".
I think there are no more requirements on the server or on the client side. I'll add some if I find them. You are encouraged to give me feedback about this topic.