Additions:
~1)Create a database for phpList to use. phpList needs the name of that database during the installation process.
~1) Create a **database** which phpList can use. phpList needs the name of that database during the installation process. If you can, use [[http://www.phpmyadmin.net/ phpMyAdmin]] for this, but you could also do it from the prompt. If your host won't let you create a new database, don't worry - you can use an existing one and specify a prefix for all the table names in the ##config.php## file so there won't be any conflicts. ---You also need to have (or create) a **user** for the database with sufficient permissions for phpList to use to access the database; this user needs all the usual permissions for reading, writing, modifying and deleting records, as well as for creating tables (which is what the installer is going to do); being allowed to drop tables (not databases) may also be needed later.
~1) With a simple text editor (not a word processor) open the phpList ##config.php## file in the ##lists/config/## directory and configure phplist properly. This may take a while. For detailed instructions on how to configure this file, see [[PhpListConfiguration Configuring phpList]].
~1) Create a **database** which phpList can use. phpList needs the name of that database during the installation process. If you can, use [[http://www.phpmyadmin.net/ phpMyAdmin]] for this, but you could also do it from the prompt. If your host won't let you create a new database, don't worry - you can use an existing one and specify a prefix for all the table names in the ##config.php## file so there won't be any conflicts. ---You also need to have (or create) a **user** for the database with sufficient permissions for phpList to use to access the database; this user needs all the usual permissions for reading, writing, modifying and deleting records, as well as for creating tables (which is what the installer is going to do); being allowed to drop tables (not databases) may also be needed later.
~1) With a simple text editor (not a word processor) open the phpList ##config.php## file in the ##lists/config/## directory and configure phplist properly. This may take a while. For detailed instructions on how to configure this file, see [[PhpListConfiguration Configuring phpList]].
Deletions:
~1) Create the **database** for phpList. If you can, use [[http://www.phpmyadmin.net/ phpMyAdmin]] for it, but you could also do it from the prompt. If your host won't let you create a new database, don't worry - you can use an existing one and specify a prefix for all the table names in the ##config.php## file so there won't be any name clashes. ---You also need to have (or create) a **user** for the database with sufficient permissions for phpList to use to access the database; this user needs all the usual permissions for reading, writing, modifying and deleting records, as well as creating tables (which is what the installer is going to do); being allowed to drop tables (not databases) may also be needed later.
~1) With a simple text editor (like Notepad) open the phpList ##config.php## file in the ##lists/config/## directory and configure phplist properly. This may take a while. For detailed instructions on how to configure this file, see [[PhpListConfiguration Configuring phpList]].
Additions:
[[PhplistDocumentation phpList Documentation]]
====Installing phpList====
>>If you are **upgrading** from an earlier version of phpList, see [[PhplistUpgrade Upgrading to the latest release]].
Installing phpList in a few steps:
~1)In this directory, there will be a directory ##public_html## which contains the directory ##lists##. Upload the "**lists**" directory into a directory that can be accessed via the web. The rest of the files are for reference only and are not needed for phplist to work.
~1)Create a database for phpList
~1)Configure phpList by opening the ##config.php## file in the ##lists/config## directory in your preferred text editor. See [[PhpListConfiguration Configuration]].
~1)Go to the URL of the ##lists/admin## directory of your phpList installation. A web-based installer will walk you through the rest.
If your website (lets say ""http://www.mysite.com"") is mapped to the directory ##/home/michael/www/##, and you have uploaded the phpList distribution files into ##/home/michael/www/lists/##, then you should go to: ##""http://www.mysite.com/lists/admin/""##.
~1) **Download** the phpList files from the [[http://www.phplist.com phpList website]]. It is recommended to use the latest version marked as stable, unless you are interested in doing beta-testing (which is a good thing to be done, too).
~1) The file is a *.tar.gz file, which means that it is a packed file which you need to **unpack**. Windows users can use a program like Winzip, 7zip or Winrar for this. Make sure you let it re-create (sub)directories.
~1) Upload the **contents** of the **lists** directory, which you'll find in the public_html folder of the unpacked source tree into your web folder (something like //www// or //public_html//, for example //www-data// in Debian, Apache on Redhat Linux); or a subdirectory of that if you prefer.
~1) Create the **database** for phpList. If you can, use [[http://www.phpmyadmin.net/ phpMyAdmin]] for it, but you could also do it from the prompt. If your host won't let you create a new database, don't worry - you can use an existing one and specify a prefix for all the table names in the ##config.php## file so there won't be any name clashes. ---You also need to have (or create) a **user** for the database with sufficient permissions for phpList to use to access the database; this user needs all the usual permissions for reading, writing, modifying and deleting records, as well as creating tables (which is what the installer is going to do); being allowed to drop tables (not databases) may also be needed later.
~1) With a simple text editor (like Notepad) open the phpList ##config.php## file in the ##lists/config/## directory and configure phplist properly. This may take a while. For detailed instructions on how to configure this file, see [[PhpListConfiguration Configuring phpList]].
~1) Point your browser to the web **directory** where the phplist backend is located, for instance: ##""http://www.mysite.com/lists/admin/""##. This will start the initializing process.
== ""OpenBSD"" ==
Marc Balmer maintains the [[http://www.openbsd.org OpenBSD]] port of phpList. ""OpenBSD"" users can simply execute //##pkg_add phplist##// to get phpList on their system.
- [[PhplistUpgrade Upgrading phpList]]
- [[PhpListConfiguration Configuring phpList]]
====Installing phpList====
>>If you are **upgrading** from an earlier version of phpList, see [[PhplistUpgrade Upgrading to the latest release]].
Installing phpList in a few steps:
~1)In this directory, there will be a directory ##public_html## which contains the directory ##lists##. Upload the "**lists**" directory into a directory that can be accessed via the web. The rest of the files are for reference only and are not needed for phplist to work.
~1)Create a database for phpList
~1)Configure phpList by opening the ##config.php## file in the ##lists/config## directory in your preferred text editor. See [[PhpListConfiguration Configuration]].
~1)Go to the URL of the ##lists/admin## directory of your phpList installation. A web-based installer will walk you through the rest.
If your website (lets say ""http://www.mysite.com"") is mapped to the directory ##/home/michael/www/##, and you have uploaded the phpList distribution files into ##/home/michael/www/lists/##, then you should go to: ##""http://www.mysite.com/lists/admin/""##.
~1) **Download** the phpList files from the [[http://www.phplist.com phpList website]]. It is recommended to use the latest version marked as stable, unless you are interested in doing beta-testing (which is a good thing to be done, too).
~1) The file is a *.tar.gz file, which means that it is a packed file which you need to **unpack**. Windows users can use a program like Winzip, 7zip or Winrar for this. Make sure you let it re-create (sub)directories.
~1) Upload the **contents** of the **lists** directory, which you'll find in the public_html folder of the unpacked source tree into your web folder (something like //www// or //public_html//, for example //www-data// in Debian, Apache on Redhat Linux); or a subdirectory of that if you prefer.
~1) Create the **database** for phpList. If you can, use [[http://www.phpmyadmin.net/ phpMyAdmin]] for it, but you could also do it from the prompt. If your host won't let you create a new database, don't worry - you can use an existing one and specify a prefix for all the table names in the ##config.php## file so there won't be any name clashes. ---You also need to have (or create) a **user** for the database with sufficient permissions for phpList to use to access the database; this user needs all the usual permissions for reading, writing, modifying and deleting records, as well as creating tables (which is what the installer is going to do); being allowed to drop tables (not databases) may also be needed later.
~1) With a simple text editor (like Notepad) open the phpList ##config.php## file in the ##lists/config/## directory and configure phplist properly. This may take a while. For detailed instructions on how to configure this file, see [[PhpListConfiguration Configuring phpList]].
~1) Point your browser to the web **directory** where the phplist backend is located, for instance: ##""http://www.mysite.com/lists/admin/""##. This will start the initializing process.
== ""OpenBSD"" ==
Marc Balmer maintains the [[http://www.openbsd.org OpenBSD]] port of phpList. ""OpenBSD"" users can simply execute //##pkg_add phplist##// to get phpList on their system.
- [[PhplistUpgrade Upgrading phpList]]
- [[PhpListConfiguration Configuring phpList]]
Deletions:
====Installing phplist====
>>If you are **upgrading** from an earlier version of phplist, see [[PhplistUpgrade Upgrading to the latest release]].
Installing phplist in a few steps:
~1)In this directory, there will be a directory public_html which contains the directory "lists". Upload the "**lists**" directory into a directory that can be accessed via the web. The rest of the files are for reference only and are not needed for phplist to work.
~1)Create a database for phplist
~1)Configure phplist by opening the ##config.php## file in the ##lists/config## directory in your preferred text editor. See [[PhpListConfiguration Configuration]].
~1)Go to the URL of the ##lists/admin## directory of your Phplist installation. A web-based installer will walk you through the rest.
If your website, say, ""http://www.mysite.com"", is mapped to the directory ##/home/michael/www/##, and you have uploaded the Phplist distribution files into ##/home/michael/www/lists/##, you should go to
""http://www.mysite.com/lists/admin/"".
~1) **Download** the phplist files from the [[http://www.phplist.com phplist website]]. It is recommended to use the latest version marked as stable, unless you are interested in doing beta-testing (which is a good thing to be done, too).
~1) The file is a *.tar.gz file, which means that it is a packed file which you need to **unpack**. Windows users can use a program like Winzip, 7zip or Winrar for this. Make sure you let it re-create (sub) directories.
~1) Upload the **contents** of the **lists** directory, which you find in the public_html folder of the unpacked source tree into your webfolder (something like //www// or //public_html//, for example //www-data// in debian, apache on redhat linux); or a subdirectory of that if you prefer.
~1) Create the **database** for phplist. If you can, use [[http://www.phpmyadmin.net/ phpmyadmin]] for it, but you could also do it from the prompt. If your host won't let you create a new database, don't worry - you can use an existing one and specify a prefix for all the table names in the ##config.php## file so there won't be any name clashes. ---You also need to have (or create) a **user** for the database with sufficient permissions for phplist to use to access the database; this user needs all the usual permissions for reading, writing, modifying and deleting records, as well as creating tables (which is what the installer is going to do); being allowed to drop tables (not databases) may also be needed later.
~1) With a simple text editor (like Notepad) open the phplist ##config.php## file in the ##lists/config/## directory and configure phplist properly. This may take a while. For detailed instructions on how to configure this file, see [[PhpListConfiguration Configuring phplist]].
~1) Point your browser to the web **directory** where the phplist backend is located, for instance: ""http://www.mysite.com/lists/admin/"". This will start the initializing process.
== [[http://www.openbsd.org OpenBSD]] ==
Marc Balmer maintains the [[http://www.openbsd.org OpenBSD]] port of phplist. [[http://www.openbsd.org OpenBSD]] users can simply **pkg_add phplist** to get phplist on their system.
- [[PhplistUpgrade Upgrading PHPlist]]
- [[PhpListConfiguration Configuring PHPlist]]
Additions:
== [[http://www.openbsd.org OpenBSD]] ==
Marc Balmer maintains the [[http://www.openbsd.org OpenBSD]] port of phplist. [[http://www.openbsd.org OpenBSD]] users can simply **pkg_add phplist** to get phplist on their system.
Marc Balmer maintains the [[http://www.openbsd.org OpenBSD]] port of phplist. [[http://www.openbsd.org OpenBSD]] users can simply **pkg_add phplist** to get phplist on their system.
Additions:
- [[SystemRequirements System requirements]]
Additions:
==Related topics==
- [[PhplistUpgrade Upgrading PHPlist]]
- [[PhpListConfiguration Configuring PHPlist]]
- [[PhplistTroubleshooting Troubleshooting]]
- [[PhplistUpgrade Upgrading PHPlist]]
- [[PhpListConfiguration Configuring PHPlist]]
- [[PhplistTroubleshooting Troubleshooting]]
Deletions:
Please see: [[PhpListConfiguration Configuring phplist]]
Additions:
~1) **Download** the phplist files from the [[http://www.phplist.com phplist website]]. It is recommended to use the latest version marked as stable, unless you are interested in doing beta-testing (which is a good thing to be done, too).
Deletions:
Revision [711]
Edited on 2006-09-19 00:59:36 by AlStilleroAdditions:
~1) Point your browser to the web **directory** where the phplist backend is located, for instance: ""http://www.mysite.com/lists/admin/"". This will start the initializing process.
Deletions:
Additions:
~1) Point your browser to the web **directory** where the phplist backend (/lists/admin) is located, For instance: ""http://www.mysite.com/lists/admin/"". This will start the initializing process.
Deletions:
Revision [689]
Edited on 2006-08-29 15:45:57 by AlStilleroAdditions:
~1) With a simple text editor (like Notepad) open the phplist ##config.php## file in the ##lists/config/## directory and configure phplist properly. This may take a while. For detailed instructions on how to configure this file, see [[PhpListConfiguration Configuring phplist]].
Deletions:
Revision [688]
Edited on 2006-08-29 15:45:22 by AlStilleroAdditions:
~1) With a simple text editor (''like Notepad'') open the phplist ##config.php## file in the ##lists/config/## directory and configure phplist properly. This may take a while. For detailed instructions on how to configure this file, see [[PhpListConfiguration Configuring phplist]].
Deletions:
Revision [687]
Edited on 2006-08-22 11:22:05 by GrumbleFishAdditions:
~1)Configure phplist by opening the ##config.php## file in the ##lists/config## directory in your preferred text editor. See [[PhpListConfiguration Configuration]].
Deletions:
Revision [574]
Edited on 2006-07-17 15:10:28 by HernoLAdditions:
[[PhplistDocumentation phplist Documentation]]
Installing phplist in a few steps:
~1) With the appropriate program (''please give examples'') open the phplist ##config.php## file in the ##lists/config/## directory and configure phplist properly. This may take a while. For detailed instructions on how to configure this file, see [[PhpListConfiguration Configuring phplist]].
Please see: [[PhpListConfiguration Configuring phplist]]
Installing phplist in a few steps:
~1) With the appropriate program (''please give examples'') open the phplist ##config.php## file in the ##lists/config/## directory and configure phplist properly. This may take a while. For detailed instructions on how to configure this file, see [[PhpListConfiguration Configuring phplist]].
Please see: [[PhpListConfiguration Configuring phplist]]
Deletions:
Installing Phplist in a few steps:
~1) With the appropriate program (''please give examples'') open the phplist ##config.php## file in the ##lists/config/## directory and configure phplist properly. This may take a while. For detailed instructions on how to configure this file, see [[PhpListConfiguration Configuring Phplist]].
Please see: [[PhpListConfiguration Configuring Phplist]]
Revision [573]
Edited on 2006-07-16 17:47:41 by MichielDAdditions:
====Installing phplist====
>>If you are **upgrading** from an earlier version of phplist, see [[PhplistUpgrade Upgrading to the latest release]].
~1)Unpack the distribution files. Make sure to use "create directories" when unpacking.
~1)This will create a directory called phplist-x.y.x where x.y.z is the version you unpacked.
~1)In this directory, there will be a directory public_html which contains the directory "lists". Upload the "**lists**" directory into a directory that can be accessed via the web. The rest of the files are for reference only and are not needed for phplist to work.
~1)Configure phplist by opening the ##config.php## file in the ##lists/config## directory. See [[PhpListConfiguration Configuration]].
~1)Go to the URL of the ##lists/admin## directory of your Phplist installation. A web-based installer will walk you through the rest.
If your website, say, ""http://www.mysite.com"", is mapped to the directory ##/home/michael/www/##, and you have uploaded the Phplist distribution files into ##/home/michael/www/lists/##, you should go to
""http://www.mysite.com/lists/admin/"".
~1) **Download** the phplist files from the [[http://tincan.co.uk/?lid=301 Phplist website]]. It is recommended to use the latest version marked as stable, unless you are interested in doing beta-testing (which is a good thing to be done, too).
~1) Upload the **contents** of the **lists** directory, which you find in the public_html folder of the unpacked source tree into your webfolder (something like //www// or //public_html//, for example //www-data// in debian, apache on redhat linux); or a subdirectory of that if you prefer.
~1) Create the **database** for phplist. If you can, use [[http://www.phpmyadmin.net/ phpmyadmin]] for it, but you could also do it from the prompt. If your host won't let you create a new database, don't worry - you can use an existing one and specify a prefix for all the table names in the ##config.php## file so there won't be any name clashes. ---You also need to have (or create) a **user** for the database with sufficient permissions for phplist to use to access the database; this user needs all the usual permissions for reading, writing, modifying and deleting records, as well as creating tables (which is what the installer is going to do); being allowed to drop tables (not databases) may also be needed later.
~1) With the appropriate program (''please give examples'') open the phplist ##config.php## file in the ##lists/config/## directory and configure phplist properly. This may take a while. For detailed instructions on how to configure this file, see [[PhpListConfiguration Configuring Phplist]].
~1) Point your browser to your web **directory** where phplist is located - this will start the initializing process.
>>If you are **upgrading** from an earlier version of phplist, see [[PhplistUpgrade Upgrading to the latest release]].
~1)Unpack the distribution files. Make sure to use "create directories" when unpacking.
~1)This will create a directory called phplist-x.y.x where x.y.z is the version you unpacked.
~1)In this directory, there will be a directory public_html which contains the directory "lists". Upload the "**lists**" directory into a directory that can be accessed via the web. The rest of the files are for reference only and are not needed for phplist to work.
~1)Configure phplist by opening the ##config.php## file in the ##lists/config## directory. See [[PhpListConfiguration Configuration]].
~1)Go to the URL of the ##lists/admin## directory of your Phplist installation. A web-based installer will walk you through the rest.
If your website, say, ""http://www.mysite.com"", is mapped to the directory ##/home/michael/www/##, and you have uploaded the Phplist distribution files into ##/home/michael/www/lists/##, you should go to
""http://www.mysite.com/lists/admin/"".
~1) **Download** the phplist files from the [[http://tincan.co.uk/?lid=301 Phplist website]]. It is recommended to use the latest version marked as stable, unless you are interested in doing beta-testing (which is a good thing to be done, too).
~1) Upload the **contents** of the **lists** directory, which you find in the public_html folder of the unpacked source tree into your webfolder (something like //www// or //public_html//, for example //www-data// in debian, apache on redhat linux); or a subdirectory of that if you prefer.
~1) Create the **database** for phplist. If you can, use [[http://www.phpmyadmin.net/ phpmyadmin]] for it, but you could also do it from the prompt. If your host won't let you create a new database, don't worry - you can use an existing one and specify a prefix for all the table names in the ##config.php## file so there won't be any name clashes. ---You also need to have (or create) a **user** for the database with sufficient permissions for phplist to use to access the database; this user needs all the usual permissions for reading, writing, modifying and deleting records, as well as creating tables (which is what the installer is going to do); being allowed to drop tables (not databases) may also be needed later.
~1) With the appropriate program (''please give examples'') open the phplist ##config.php## file in the ##lists/config/## directory and configure phplist properly. This may take a while. For detailed instructions on how to configure this file, see [[PhpListConfiguration Configuring Phplist]].
~1) Point your browser to your web **directory** where phplist is located - this will start the initializing process.
Deletions:
>>If you are **upgrading** from an earlier version of Phplist, see [[PhplistUpgrade Upgrading to the latest release]].
~1)Unpack the distribution files
~1)Upload them into a directory that can be accessed via the web.
~1)Configure phplist by opening the ##config.php## file in the ##../lists/config## directory. See [[PhpListConfiguration Configuration]].
~1)Go to the URL of the ##/admin## directory of your Phplist installation. A web-based installer will walk you through the rest.
If your website, say, ""http://www.mysite.com"", is mapped to the directory ##/home/michael/www/##, and you have uploaded the Phplist distribution files into ##/home/michael/www/mlist/lists/##, you should go to
""http://www.mysite.com/mlist/lists/admin/"".
~1) **Download** the Phplist files from the [[http://tincan.co.uk/?lid=301 Phplist website]]. It is recommended to use the latest version marked as stable, unless you are interested in doing beta-testing (which is a good thing to be done, too).
~1) Upload the **contents** of the Phplist directory into your webfolder (something like //www// or //public_html//, for example //www-data// in debian, apache on redhat linux); or a subdirectory of that if you prefer.
~1) Create the **database** for Phplist. If you can, use [[http://www.phpmyadmin.net/ phpmyadmin]] for it, but you could also do it from the prompt. If your host won't let you create a new database, don't worry - you can use an existing one and specify a prefix for all the table names in the ##config.php## file so there won't be any name clashes. ---You also need to have (or create) a **user** for the database with sufficient permissions for Phplist to use to access the database; this user needs all the usual permissions for reading, writing, modifying and deleting records, as well as creating tables (which is what the installer is going to do); being allowed to drop tables (not databases) may also be needed later.
~1) With the appropriate program (''please give examples'') open the Phplist ##config.php## file in the ##./lists/config/## directory and configure phplist properly. This may take a while. For detailed instructions on how to configure this file, see [[PhpListConfiguration Configuring Phplist]].
~1) Point your browser to your web **directory** where Phplist is located - this will start the initializing process.
Additions:
~1)Configure phplist by opening the ##config.php## file in the ##../lists/config## directory. See [[PhpListConfiguration Configuration]].
~1) With the appropriate program (''please give examples'') open the Phplist ##config.php## file in the ##./lists/config/## directory and configure phplist properly. This may take a while. For detailed instructions on how to configure this file, see [[PhpListConfiguration Configuring Phplist]].
Please see: [[PhpListConfiguration Configuring Phplist]]
~1) With the appropriate program (''please give examples'') open the Phplist ##config.php## file in the ##./lists/config/## directory and configure phplist properly. This may take a while. For detailed instructions on how to configure this file, see [[PhpListConfiguration Configuring Phplist]].
Please see: [[PhpListConfiguration Configuring Phplist]]
Deletions:
~1) With the appropriate program (''please give examples'') open the Phplist ##config.php## file in the ##./lists/config/## directory and configure phplist properly. This may take a while. For detailed instructions on how to configure this file, see below.
''insert info here please!''
Revision [131]
Edited on 2005-03-14 11:18:07 by YanBAdditions:
===Short instructions===
>>If you are **upgrading** from an earlier version of Phplist, see [[PhplistUpgrade Upgrading to the latest release]].
If you encounter **problems** during the installation, take a look at PhplistTroubleshooting.
>>
Installing Phplist in a few steps:
~1)Unpack the distribution files
~1)Upload them into a directory that can be accessed via the web.
~1)Create a database for phplist
~1)Configure phplist by opening the ##config.php## file in the ##../lists/config## directory.
~1)Go to the URL of the ##/admin## directory of your Phplist installation. A web-based installer will walk you through the rest.
==Example==
If your website, say, ""http://www.mysite.com"", is mapped to the directory ##/home/michael/www/##, and you have uploaded the Phplist distribution files into ##/home/michael/www/mlist/lists/##, you should go to
""http://www.mysite.com/mlist/lists/admin/"".
===Longer version===
~1) **Download** the Phplist files from the [[http://tincan.co.uk/?lid=301 Phplist website]]. It is recommended to use the latest version marked as stable, unless you are interested in doing beta-testing (which is a good thing to be done, too).
~1) The file is a *.tar.gz file, which means that it is a packed file which you need to **unpack**. Windows users can use a program like Winzip, 7zip or Winrar for this. Make sure you let it re-create (sub) directories.
~1) Upload the **contents** of the Phplist directory into your webfolder (something like //www// or //public_html//, for example //www-data// in debian, apache on redhat linux); or a subdirectory of that if you prefer.
~1) Create the **database** for Phplist. If you can, use [[http://www.phpmyadmin.net/ phpmyadmin]] for it, but you could also do it from the prompt. If your host won't let you create a new database, don't worry - you can use an existing one and specify a prefix for all the table names in the ##config.php## file so there won't be any name clashes. ---You also need to have (or create) a **user** for the database with sufficient permissions for Phplist to use to access the database; this user needs all the usual permissions for reading, writing, modifying and deleting records, as well as creating tables (which is what the installer is going to do); being allowed to drop tables (not databases) may also be needed later.
~1) With the appropriate program (''please give examples'') open the Phplist ##config.php## file in the ##./lists/config/## directory and configure phplist properly. This may take a while. For detailed instructions on how to configure this file, see below.
~1) Point your browser to your web **directory** where Phplist is located - this will start the initializing process.
~1) Follow the **instructions** of the installer.
==Config file==
''insert info here please!''
>>If you are **upgrading** from an earlier version of Phplist, see [[PhplistUpgrade Upgrading to the latest release]].
If you encounter **problems** during the installation, take a look at PhplistTroubleshooting.
>>
Installing Phplist in a few steps:
~1)Unpack the distribution files
~1)Upload them into a directory that can be accessed via the web.
~1)Create a database for phplist
~1)Configure phplist by opening the ##config.php## file in the ##../lists/config## directory.
~1)Go to the URL of the ##/admin## directory of your Phplist installation. A web-based installer will walk you through the rest.
==Example==
If your website, say, ""http://www.mysite.com"", is mapped to the directory ##/home/michael/www/##, and you have uploaded the Phplist distribution files into ##/home/michael/www/mlist/lists/##, you should go to
""http://www.mysite.com/mlist/lists/admin/"".
===Longer version===
~1) **Download** the Phplist files from the [[http://tincan.co.uk/?lid=301 Phplist website]]. It is recommended to use the latest version marked as stable, unless you are interested in doing beta-testing (which is a good thing to be done, too).
~1) The file is a *.tar.gz file, which means that it is a packed file which you need to **unpack**. Windows users can use a program like Winzip, 7zip or Winrar for this. Make sure you let it re-create (sub) directories.
~1) Upload the **contents** of the Phplist directory into your webfolder (something like //www// or //public_html//, for example //www-data// in debian, apache on redhat linux); or a subdirectory of that if you prefer.
~1) Create the **database** for Phplist. If you can, use [[http://www.phpmyadmin.net/ phpmyadmin]] for it, but you could also do it from the prompt. If your host won't let you create a new database, don't worry - you can use an existing one and specify a prefix for all the table names in the ##config.php## file so there won't be any name clashes. ---You also need to have (or create) a **user** for the database with sufficient permissions for Phplist to use to access the database; this user needs all the usual permissions for reading, writing, modifying and deleting records, as well as creating tables (which is what the installer is going to do); being allowed to drop tables (not databases) may also be needed later.
~1) With the appropriate program (''please give examples'') open the Phplist ##config.php## file in the ##./lists/config/## directory and configure phplist properly. This may take a while. For detailed instructions on how to configure this file, see below.
~1) Point your browser to your web **directory** where Phplist is located - this will start the initializing process.
~1) Follow the **instructions** of the installer.
==Config file==
''insert info here please!''
Deletions:
do this, do that, pray, and it'll work.
Revision [37]
Edited on 2005-03-05 20:55:21 by YanBAdditions:
[[PhplistDocumentation Phplist Documentation]]
----
====Installing Phplist====
do this, do that, pray, and it'll work.
----
CategoryDocumentation
----
====Installing Phplist====
do this, do that, pray, and it'll work.
----
CategoryDocumentation
Deletions:
====Installation====



