Skip to content

bachors/tokonlen

 
 

Repository files navigation

Simple Tokonlen

Just another simple yet modular PHP Application 😁

Requirements

  • PHP 5.4 or newer.
  • HTTP Server, e.g. NginX or Apache either.
  • MySQL Server 5.x or newer for main database.

Install

Simply clone this repo to your local directory then cd into it.

$ git clone git@github.com/feryardiant/tokonlen --depth 1 my-app
$ cd my-app

Note: use --depth 1 option to clone only one last commit history.

then you need to create new database, you could do it from PHPMyAdmin or simply run.

$ mysql -uroot -p create database [db-name]

at last but not least, run the installer.

$ php system/install [baseurl] [db-user]:[db-pass]@[db-host]/[db-name]

The installer will:

  • Import system/database.sql to your [db-name]
  • Create system/config.php & save your installation config.
  • Create .htaccess file based on your [baseurl] installation config.

everything is done, now you should open the [baseurl] from your favorite web browser.

Usage & Demo

Live demo is available here: http://tokonlen.projek.xyz/

Use these credential to login into it

  • Admin

    Username: admin & Password: 1234

  • Customer

    Username: pelanggan & Password: 1234

everything is done, now you should open the [baseurl] from your favorite web browser.

License

The MIT License (MIT). Please see License File for more information.

Releases

No releases published

Packages

No packages published

Languages

  • PHP 69.0%
  • JavaScript 22.6%
  • CSS 8.4%