CVS
NO SUPPORT IS GIVEN FOR THE CVS VERSIONS! NO UPDATE SCRIPT IS
GIVEN EITHER! DO NOT USE IN A LIVE ENVIRONMENT!
THIS IS FOR TESTING PURPOSES ONLY! THANK YOU!
This the install.txt "Step-By-Step" guide for installing yCMS.
In order to use this software, you need the following:
1. A webhost with PHP and MySQL enabled. I recommend b7p.
2. A MySQL Database already made
3. FTP Login Allowed
Here is how to install yCMS onto your website:
1. Open config.php and edit lines as necessary. If you do not
know what something should be changed to, try reading the
explanation. If that doesn't help, contact your hosting
provider.
2. Upload all files from the folder named "root" into your
root folder on your website.
3. Either type in the full URL for the install file, or just
type in the URL to your index file.
4. Fill in all of the required fields, and click "submit".
See? Three SIMPLE steps! BUT WAIT! You are finished yet!
The mySQL must be updated next!
If you are somewhat lazy OR do not have phpMyAdmin access:
1. Point your browser to:
http://www.yourdomain.com/*/sql_install.php
* = The folder in which your yCMS files are located. Remove
that part if necessary!
2. Do all of the necessary steps
3. REMOVE FROM SERVER!
-OR-
If you have phpMyAdmin access:
1. Open phpMyAdmin in your browser
2. Go to the database you are using for your yCMS installation
3. Click on "SQL".
4. Copy/Paste contents of "sql.txt" into the query box, OR
upload the file onto phpMyAdmin (advanced).
Now go to the Admin Panel, and set your prefs. YOU ARE DONE!
-yCMS Development Team