AsmBB is high performance web forum software, written entirely in assembly language. It is very lightweight, but provides decent set of features and ultimate performance.
The current version of AsmBB is v2.9
The easiest way to install AsmBB is to download the binary package.
Download the package from this link: asmbb.tar.gz (it is permanent link to the latest trunk version of the package).
It contains the file install.txt with directions for installation on shared hosting.
For installation on dedicated servers or VPS, reference the following article: "How to install AsmBB on vps with nginx and systemd"
The content of install.txt follows:
install.txt AsmBB installation guide
Preface
This package contains the forum engine AsmBB, which is high performance web forum engine, written entirely in assembly language.
This package is the binary release of the engine, but it is free open source distributed under EUPL license (the file License.txt) and you can download the source code from the source repository (fossil), located on:
http://asm32.info/fossil/repo/asmbb/
Prerequisites
In order to use AsmBB you will need running web server, supporting FastCGI protocol. Most web servers will do the job. Particularly Apache or Nginx.
You can install AsmBB on local server (for testing) on shared hosting or any other hosting option.
The only mandatory condition is that the server must run on x86 or x86-64 Linux platform and the fastcgi module should be enabled (most servers running php has it enabled anyway).
AsmBB is self sufficient and does not requires any libraries or databases installed on the server.
In order to send mails to the forum users, AsmBB will need the address and port number of SMTP server that is accessible from your web server without authentication. Most SMTP servers provided by the web hosting will not need authentication if connected from the local network (i.e. the web site engine).
Installation
First unpack the files in temporary directory. Depending on your server edit the file .htaccess (Apache) or lighttpd.conf (lighttpd) - Change the "_FULL_PATH_TO_DOCUMENT_ROOT_HERE_" placeholder to the real path to your document root (it depends on the web server settings).
IMPORTANT: Ensure that the uploaded files have the proper permissions for the www-data user (the web server user). The www-data user will need writing permissions in the DOCUMENT_ROOT directory. The executable files must have 755 permissions.
IMPORTANT FOR Lighttpd: The provided in the package file "lighttpd.cond is just an example. Lighttpd keeps its config files in: "/etc/lighttpd/lighttpd.conf" and all files in "/etc/lighttpd/conf-enabled/" directory. You will need to merge the example config in the existing files in one or another consistent way and then restart lighttpd.
If using another web server, prepare the configuration by yourself.
Upload all files (directories and symlinks) of the package to the document_root directory of your web server.
IMPORTANT: The package may contain some symlinks. Ensure they are uploaded together with the files. Notice, that FTP can't upload symlinks.
The simplest way is to upload the tarball to the server and unpack there by using cpanel tools, ssh or any other way.
Read the chapter "Easy Installation on Apache by FTP" below, about how to make the proper upload by FTP.
Test the forum by loading the web site in your favorite browser.
As simple as that.
Easy Installation on Apache by FTP
Download the package "unpack.tar.gz" from:
http://asm32.info/fossil/repo/asmbb/doc/trunk/install/unpack.tar.gz
Untar it. There are 2 files: ".htaccess" and "unpack.sh";
Upload these 2 files and "asmbb.tar.gz" on the server document_root via ftp or any other way. The root directory must contain these 3 files:
.htaccess asmbb.tar.gz unpack.sh
Load in some browser: http://your_web_size/unpack.sh
The script will unpack all files, prepare the proper .htaccess file and redirect you to the new created forum working in setup mode.
Introduction to the forum configuration.
When run for the first time, AsmBB will create an empty database for the forum - a file, named board.sqlite in the root directory.
Until there is no users registered, AsmBB will run in setup mode, displaying the administrator user creation dialog.
The registration of the admin user will not need email activation and is pretty liberal about the quality of the password. But you as an administrator of the forum, better choose strong password and whatever nickname you prefer.
After creation the administrator user, the access to the forum settings is restricted only for the users with administrator privileges.
Set the SMTP server and other forum parameters in the settings page.