Ahadmart / ap3

AhadPOS 3 - Software POS (point of sales) berbasis web. Lisensi open source (GPL v2)
57 stars 50 forks source link

Tolong Sertakan database #29

Closed imcahyo closed 7 years ago

imcahyo commented 7 years ago

Ahad pos 3 tidak bisa di Instal error database tidak ditemukan, sudah buat baru tablenya juga error, tidak bisa buat database secara otomatis, bisa tolong sertakan database secara terpisah?

AbuMuhammad commented 7 years ago

Sudah ada, harap baca INSTALL.TXT

imcahyo commented 7 years ago

aku instal diwindows dengan xampp 3.0.12 sudah aku coba tapi gagal terus, database tidak bisa dibuat otomatis,

Fresh Install Process..

Droping Database ahadpos3..

Database Dropped! Creating Database ahadpos3..

Database Created! Migrating Database..

Cuma muncul tulisan seperti itu

Boleh minta database sql yang sudah jadi?

AbuMuhammad commented 7 years ago

Ya.. memang proses fresh-install didesain untuk jalan di linux. Database saya tidak menyiapkan dalam bentuk script .sql karena setiap update berarti saya harus menyiapkan lagi script .sql nya.. ribet. Kalau di windows coba edit file fresh-install.php nya. Cari yang ada tulisan "yiic" ganti dengan "yiic.bat". Mudah2an bisa ya, saya belum pernah coba di windows soalnya

On 23 Jul 2017 13:06, "imcahyo" notifications@github.com wrote:

aku instal diwindows dengan xampp 3.0.12 sudah aku coba tapi gagal terus, database tidak bisa dibuat otomatis,

Fresh Install Process..

Droping Database ahadpos3..

Database Dropped! Creating Database ahadpos3..

Database Created! Migrating Database..

Cuma muncul tulisan seperti itu

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/AbuMuhammad/ap3/issues/29#issuecomment-317231672, or mute the thread https://github.com/notifications/unsubscribe-auth/ADR4sIv_4_qmVRpgFHIa4ueH3Gm1OsDnks5sQuLzgaJpZM4Ob_D8 .

AbuMuhammad commented 7 years ago

Jangan lupa, sesuaikan juga file protected/config/db.php

On 23 Jul 2017 13:12, "Bambang Hermianto" b.hermianto@gmail.com wrote:

Ya.. memang proses fresh-install didesain untuk jalan di linux. Database saya tidak menyiapkan dalam bentuk script .sql karena setiap update berarti saya harus menyiapkan lagi script .sql nya.. ribet. Kalau di windows coba edit file fresh-install.php nya. Cari yang ada tulisan "yiic" ganti dengan "yiic.bat". Mudah2an bisa ya, saya belum pernah coba di windows soalnya

On 23 Jul 2017 13:06, "imcahyo" notifications@github.com wrote:

aku instal diwindows dengan xampp 3.0.12 sudah aku coba tapi gagal terus, database tidak bisa dibuat otomatis,

Fresh Install Process..

Droping Database ahadpos3..

Database Dropped! Creating Database ahadpos3..

Database Created! Migrating Database..

Cuma muncul tulisan seperti itu

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/AbuMuhammad/ap3/issues/29#issuecomment-317231672, or mute the thread https://github.com/notifications/unsubscribe-auth/ADR4sIv_4_qmVRpgFHIa4ueH3Gm1OsDnks5sQuLzgaJpZM4Ob_D8 .

imcahyo commented 7 years ago

Aku akhirnya coba manual, tapi masih banyak yang error, kalau boleh aku minta export databasenya dong kirim ke email imax03 at gmail.com

ap3

myzahron commented 7 years ago

Setelah create database, jalankan script: c:\xampp\php>php c:\xampp\htdocs\ap3\protected\yiic migrate

(hanya untuk xampp, windows)

aryasuryawan commented 6 years ago

Kalau di saya berhasil pakai yang ini. Setelah create database, jalankan script: c:\xampp\php\php.exe c:\xampp\htdocs\ap3\protected\yiic migrate

(hanya untuk xampp, windows)