Download

Download our precious toolkit and start build your own application

System Requirements

  • PHP 7.4 version or higher is required;
  • Installed intl extension;
  • Installed libcurl extension in order to connected to the Aksara Market;
  • Installed mbstring extension.
  • Additionally, make sure that the following extensions are enabled in your PHP:
    • json (enabled by default - don't turn it off)
    • xml (enabled by default - don't turn it off)
    • Aksara can be run under the MySQLi, PostgreSQL, SQL Server and SQLite3 or BOTH OF IT without changing any single code.
Need an assistance regarding your server requirements? We offer a service to setup your webserver to runs the Aksara under it.
Contact Us

Installation Instruction

There are two installation methods that you can choose:

Composer Installation
  1. Run "composer create-project abydahana/aksara aksaracms" anywhere inside your root directory of your web server. The command will create "aksaracms" folder. If you omit the "aksaracms" argument, the command will create an "aksara" folder instead, which can be renamed as appropriate;
  2. Access your project from the browser and;
  3. Follow the installation wizard.
Manual Installation
  1. Download the Aksara source code by clicking the download button and extract its content to the directory of your webserver;
  2. Run "composer install" from the root of Aksara directory;
  3. Access the Aksara from your browser;
  4. Follow the installation wizard.

Yes, as simple as that!

Click the button to download