Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/phamduybk/rabitpos
Browse files Browse the repository at this point in the history
  • Loading branch information
pqduy committed Dec 25, 2023
2 parents 4d11e25 + a85de92 commit 8eb85b4
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,8 @@
# rabitpos
1. Cài Xampp hoặc tool nào có có php> 7,3 và mysql
Tải RabitPos+Xampp về giải nén ra và chạy trên window /xamm/xampp-control.exe
Chọn Admin trong mục apache hoặc vào trình duyệt gõ: localhost rùi ấn enter

2. Tạo cơ sở dữ liệu schema là localhost

3. Import cơ sở dữ liệu trong thư mục database/localyhost.sql

3. Copy giải nén code trong thư mục xampp là httpdoc (tên thư mục có thể là pos)

4. Nếu bạn đổi tên hoặc tài khoản mysql có pass vào application/config/database.php để đổi lại
'hostname' => 'localhost',
'username' => 'root',
'password' => '',
'database' => 'localhost',

PS: nếu bạn cài xampp mà cứ next next thì để nguyên


5. Vào trình duyệt chọn localhost/pos/

6. Login với tài khoản
Login với tài khoản
admin:123456
saler:123456

Expand Down

0 comments on commit 8eb85b4

Please sign in to comment.