-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a695bcb
commit 608d3a5
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# iPClientWeb | ||
|
||
## Getting Started | ||
|
||
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. | ||
|
||
### Prerequisites | ||
|
||
-- PHP 5.7 or greater | ||
-- Web server | ||
-- Obtain ip2location.io api key(It's free!) | ||
``` Link ``` | ||
https://www.ip2location.io/ | ||
|
||
### Installing | ||
|
||
1. Obtain the download file/source (usually .zip file). | ||
2. Extract the zip file | ||
|
||
#### File structure | ||
|
||
📂 iPClientWeb/ | ||
📂 htdocs/ | ||
📂 local/ | ||
-- .htaccess | ||
-- functions.php | ||
-- index.php | ||
-- iPClientWeb-logo.png | ||
-- README.md | ||
|
||
3. You may move all files and folders in the htdocs to your server/website public directory or you may configure your server to point to the htdocs folder | ||
|
||
## Versioning | ||
|
||
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags). | ||
|
||
## Authors | ||
|
||
* **TheAlgoslingers** |