Antuan

moderator | Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору Здесь как раз идёт обсуждение, как Инсталлировать Движок на НетФирмс Добавлено читаем инсталл Цитата: ...Step 1: CHECKING REQUIREMENTS You'll need some webspace that has perl 5.x enabled. If you are unsure, please contact your web host. You'll need a web browser (IE4.5+, or NN4.5+) and an FTP client to upload the files. You'll also need your path to perl, it's usually "#!/usr/bin/perl", if you are unsure ask your web host. ...Step 2: CREATE DIRECTORIES Unzip the distribution. Open your FTP client and log into your web server with the hostname, username and password your web host has given you. Upload the entire PoaS directory in ASCII-Mode(!) except of all images directory (upload them in binary mode) somewhere CGI scripts are executable. You should now have the following directory structure: Poas Poas/cgi-bin Poas/cgi-bin/cgi-lib Poas/cgi-bin/admin Poas/cgi-bin/admin/banners Poas/cgi-bin/admin/blocks Poas/cgi-bin/admin/blocks/left Poas/cgi-bin/admin/blocks/right Poas/cgi-bin/admin/downloads Poas/cgi-bin/admin/fileman Poas/cgi-bin/admin/links Poas/cgi-bin/admin/logs Poas/cgi-bin/admin/themes Poas/cgi-bin/addons Poas/cgi-bin/addons/alumni Poas/cgi-bin/addons/alumni/admin Poas/cgi-bin/addons/alumni/lang Poas/cgi-bin/db Poas/cgi-bin/db/autopage Poas/cgi-bin/db/autopage/chat Poas/cgi-bin/db/autopage/chat/online Poas/cgi-bin/db/autopage/help Poas/cgi-bin/db/autopage/mainmenu Poas/cgi-bin/db/addons Poas/cgi-bin/db/banners Poas/cgi-bin/db/blocks Poas/cgi-bin/db/download Poas/cgi-bin/db/download/broken Poas/cgi-bin/db/fileman Poas/cgi-bin/db/fileman/pass Poas/cgi-bin/db/forum Poas/cgi-bin/db/forum/messages Poas/cgi-bin/db/lang Poas/cgi-bin/db/links Poas/cgi-bin/db/links/broken Poas/cgi-bin/db/members Poas/cgi-bin/db/poll Poas/cgi-bin/db/stats Poas/cgi-bin/db/topics Poas/cgi-bin/db/topics/articles Poas/html Poas/html/images Poas/html/images/addons Poas/html/images/avatars Poas/html/images/forum Poas/html/images/forum/smilies Poas/html/images/stats Poas/html/images/topics Poas/html/themes Poas/html/themes/classic Poas/html/themes/classic/images Poas/html/themes/freshmeat Poas/html/themes/freshmeat/images Poas/html/themes/standard Poas/html/themes/standard/images ...Step 3: SET PERMISSIONS Now chmod 777 (owner rwx, group rwx, others rwx) the following directories: Poas/cgi-bin/db Poas/cgi-bin/db/autopage Poas/cgi-bin/db/autopage/chat Poas/cgi-bin/db/autopage/chat/online Poas/cgi-bin/db/autopage/help Poas/cgi-bin/db/autopage/mainmenu Poas/cgi-bin/db/addons Poas/cgi-bin/db/banners Poas/cgi-bin/db/blocks Poas/cgi-bin/db/downloads Poas/cgi-bin/db/fileman Poas/cgi-bin/db/fileman/pass Poas/cgi-bin/db/forum Poas/cgi-bin/db/forum/messages Poas/cgi-bin/db/links Poas/cgi-bin/db/members Poas/cgi-bin/db/polls Poas/cgi-bin/db/stats Poas/cgi-bin/db/topics Poas/cgi-bin/db/topics/articles Chmod 666 (owner rw, group rw, others rw) all files inside these directories (except the .htaccess and .pl files!). ...Step 4: SET UP CONFIG.PL AND INDEX.CGI AND ALL FILES IN ADMIN DIRECTORIES AND SUBDIRECTORIES Open config.pl (in the Poas cgi-bin directory) and edit the following variables under "General Settings": $pageurl = "http://yourdomain.here/pagedir"; $mailprogram = "/usr/sbin/sendmail -t"; $basedir = "/absolute/serverpath/to/website"; $baseurl = "http://yourdomain.here"; $scriptdir = "/absolute/serverpath/to/Poas"; $scripturl = "http://yourdomain.here/cgi-bin/"; $master_email = 'your@email.com'; $langsname = "language.lng"; Check if the other paths, etc are set correctly. Open index.cgi and enter the correct path to perl (i.e. #!/usr/bin/perl). Do the same things with all files in the admin subdirectory. Now chmod 755 (owner rwx, group rx, others rx) index.cgi: Do the same things with all files in the admin and addons subdirectory. ...Step 5: LOGIN TO PoaS Open your web browser and go to the URL http://www.mydomain.com/cgi-bin/index.cgi (you will substitute in your domain name and directories to match the names you have chosen in the steps above). Click on "Login" and login using "admin" as username and "poas" as password. Edit the admin profile (i.e. change the admin password!). If you have any problems, please check out the manuals at http://poas.netfirms.com/ for further instructions. |
|