RackTables - datacenter and server room management framework
-Copyright (c) 2006-2008 Denis Ovsienko & Denis Yeldandi
+Copyright (c) 2008-2009 Denis Ovsienko, Aaron Dummer and contributors
+Copyright (c) 2006-2007 Denis Ovsienko, Denis Yeldandi and contributors
All trademarks and brand names are the rightful properties of their
respective owners and are used in this software for the sole purpose
of description or identification.
----------------------8<----------------------8<----------------------
-RackTables ships with parts of "Tango base icon theme", which is licensed
+RackTables ships with portions of "Tango base icon theme", which is licensed
under Creative Commons Attribution Share-Alike license and has been
produced by Tango Desktop Project.
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
* ALTLinux Desktop 4.0: apt-get install MySQL-server
put "CHSET=utf8" into /etc/sysconfig/mysqld
-*openSUSE 11.0: YaST -> Software -> software management -> Web and LAMP server -> mysql
+* openSUSE 11.0: YaST -> Software -> software management -> Web and LAMP server -> mysql
put "default-character-set=utf8" into /etc/my.cnf
For web-frontend you must have Apache and PHP 5 with PDO and multibyte
*** Upgrading to 0.17.0 ***
-This release is the first to take advantage of the foreign key support
-provided by the InnoDB storage engine in MySQL. The installer and
+This release is the first to take advantage of the foreign key support
+provided by the InnoDB storage engine in MySQL. The installer and
upgrader scripts check for InnoDB support and cannot complete without it.
If you have trouble, the first step is to make sure the 'skip-innodb'
option in my.cnf is commented out.
in the database. There are several settings in php.ini which you may need to modify:
file_uploads - needs to be On
upload_max_filesize - max size for uploaded files
- post_max_size - max size of all form data submitted via POST (including files)
+ post_max_size - max size of all form data submitted via POST (including files)
+