- Copy and/or upload all contents into the directory where you want to run your forums.
- Create a database for the forum to use.
- For MySQL:
- Using your web host's control panel
- Using PHPMyAdmin
- For SQLite:
- Do nothing, the install script will automatically create the database.
- For MySQL:
- Run
install.php
from the forum root directory and follow the on-screen instructions. - Delete
install.php
after the installation is completed. The Backstage will warn you in case you forget this step.
In order for Luna to run correctly PHP must have write permissions for /cache/
and /img/avatars/
. Under Windows, and certain Linux configurations this isn't a problem. If the install script notices these directories aren't writeable it will warn you. To fix this they must be set to CHMOD 777.
Luna will automatically check which database engines your server can support and provide a drop down menu with available options. Usually it is recommended to use "MySQL Improved" or "MySQL Improved (InnoDB)".
The address of the database server (example: localhost, db.myhost.com or 192.168.0.15). You can specify a custom port number if your database doesn't run on the default port (example: localhost:3580). For SQLite support this field is ignored.
The name of the database that Luna will be installed into. The database must exist. For SQLite, this is the relative path to the database file. If the SQLite database file does not exist, Luna will attempt to create it.
Enter the username and password with which you connect to the database. Ignore for SQLite.
If you like, you can specify a table prefix. This way you can run multiple copies of Luna in the same database (example: foo_).
This specifies the username for the forum's first user/administrator.
These fields dictate what said administrator's password is. It is recommended that this be a strong password, as it is a strong user in regards to the forum.
This email is not only used for the administrator users account but it, by default, is set as the webmaster email, administrator email, and it is added to the mailing list for reports by the forum's users.
This sets the title of the board which appears at the uppermost left corner of the forum and the title in the browser window as well as being included in forum-generated emails.
The board description is located under the board title in the uppermost left corner.
This setting sets the base of the urls for the forum. It is vital that this is set correctly, as it can cause permission issues and/or cause the site to cease to function. In most cases the default should be okay.
This setting dictates which translation of the board to use.
This sets the default style used by the board for new or non-registered users.