lukecywon / lukebank
Self hosted online phonebook
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
Type:app
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-04-24 21:51:59 UTC
README
Announcement: The LukeBook-OTG project is moved to LukeWon.com Git
This is the source code for LukeBook made by Luke Won
Default Admin Username: root
Default Admin Password: root
Requirements
- Mysql Server
- Phpmyadmin (Must be this)
- Php server
- 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