-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstructions.txt
More file actions
22 lines (13 loc) · 915 Bytes
/
Copy pathinstructions.txt
File metadata and controls
22 lines (13 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# BankCore
BankCore is a banking management software which to manage all the banking process and workflows and helps the bank employees to manage all the things easily and efficient way. It is a ultimate solution of the core banking management system.
### Installations and Setup
Please make sure that you have setup the php environment variable correctly on your machine. As we will use the php default localhost sever for making root server, it is very important to perfectly setup the php environment variable.
#### Commands
Here are the commands to run the software
First of all download and install the xampp or other local server for the local server and database.
After that start the xampp apache server and mysql database.
Now, open the terminal into the projects root folder and run the command below :
```bash
php -S localhost:8000
```
After that it will start the software and you can go on.