Initial commit.
[atbbs.git] / README
blob3d7f35662a76f0d8d61444a888673928e6e73bc6
1 ============================\r
2 INSTALLATION\r
3 ============================\r
4 \r
5 Your host must have PHP version 5.2 or greater. To check your host's version of PHP, create a page called test.php with the content "<?php echo phpversion() ?>". If it's less than 5.2, do not install ATBBS.\r
6 \r
7 - Create a MySQL database. Navigate to the database in phpmyadmin. Click the "import" tab and, as the file to import, select INSTALL.sql from the zip. Click Go.\r
8 - Edit the database details in /includes/config.php. For example, if your database is named 'durrbbs', change line 8 to 'database' => 'durrbbs' .\r
9 - Edit the other settings in config.php. In particular, change the DOMAIN definition to your domain.\r
10 - Upload the ATBBS files (except INSTALL.sql) to your root public directory.\r
11 - Go to the back up ID page (yourdomain.com/back_up_ID). Replace ADMIN ID HERE in config.php with the ID found on that page. You are now the administrator.\r
13 ============================\r
14 NOTES\r
15 ============================\r
17 - File encoding must always be UTF-8 _without BOM_. I recommend modifying files with Notepad++.\r
18 - If image uploading is enabled, /img/ and /thumbs/ need to be chmodded to 777. Your FTP client can do this.\r
20 ============================\r
21 LICENSE\r
22 ============================\r
24 Permission is hereby granted, free of charge, to any person obtaining a copy\r
25 of this software and associated documentation files (the "Software"), to deal\r
26 in the Software without restriction, including without limitation the rights\r
27 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r
28 copies of the Software, and to permit persons to whom the Software is\r
29 furnished to do so.\r
31 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
32 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r
33 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r
34 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r
35 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r
36 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\r
37 THE SOFTWARE.