lukecywon/lukebank

Self hosted online phonebook

dev-master 2017-03-26 08:38 UTC

This package is not auto-updated.

Last update: 2024-03-28 16:57:18 UTC


README

Announcement: The LukeBook-OTG project is moved to LukeWon.com Git

Join the chat at https://gitter.im/LukeBook/Lobby Github All Releases

This is the source code for LukeBook made by Luke Won
Default Admin Username: root
Default Admin Password: root

Requirements

  1. Mysql Server
  2. Phpmyadmin (Must be this)
  3. Php server
  4. The Php server must have short open tags enabled

Installation (Composer) Recomended

  • Log on to your server using ssh
  • Go to your desired installation folder
  • Run composer create-project lukecywon/lukebook

Installation (Git)

  • Log on to your server using ssh
  • Go to your web server location (ex: /var/www)
  • Run git clone https://github.com/LukeWonDotCom/LukeBook.git
  • Rename the LukeBook folder to your desired name (ex: html)

Installation (Zip) Hardest way

  • Download the zip from here
  • Unzip/move the files into a folder in your webserver
  • Go to phpmyadmim and import lukebook.sql to your desired database
  • Open the folder and edit db.php
  • Replace 'Your-hostname', 'Your-Username', 'Your-Password' and 'Your-DB' with your real Database info (Only Mysql database will work)
  • Go to '_your-webserver/where-ever-you-put-the-files/index.php_' and login

License

View License