Instalasi
Instal pembuat faktur online siwapp di heroku
Instal dan konfigurasikan paket dependensi yang diperlukan. Perangkat lunak penagihan berulang SIWAPP mudah diatur dan memulai. Untuk memulai dengan sistem penagihan Siwapp di Heroku dengan cepat, lihat di bawah ini digunakan ke Heroku Huide. Klon pertama Repositori Pembangun Faktur SIWAPP ke komputer atau server Anda:
git clone git@github.com:siwapp/siwapp.git
cd siwapp
Setelah masuk ke terminal Heroku, buat aplikasi di Heroku. Di sini kami menyebut aplikasi “siwapp-containerize”, tetapi pilih apa pun yang Anda suka:
$ heroku apps:create siwapp-containerize
heroku apps:create --region eu --buildpack heroku/ruby siwapp-containerize
heroku addons:create heroku-postgresql
heroku addons:create scheduler:standard
Dorong kode ke Heroku, dan setup database:
git push heroku
heroku run rake db:setup
Akhirnya buat pengguna untuk dapat masuk ke aplikasi:
heroku run "rake siwapp:user:create['containerize','containerize@example.com','secret_password']"
Jika Anda ingin faktur berulang dihasilkan secara otomatis, Anda harus mengatur addon penjadwal heroku:
heroku addons:open scheduler
Add a new cron job, and put “rake siwapp:generate_invoices” In order to be able to send emails through the Siwapp application, you must configure and edit the following env SMTP settings for outgoing mail notifications in your system for the production environment :
SMTP_HOST
SMTP_PORT
SMTP_DOMAIN
SMTP_USER
SMTP_PASSWORD
SMTP_AUTHENTICATION
SMTP_ENABLE_STARTTLS_AUTO
Itu dia! Anda dapat menikmati Siwapp sekarang memasuki URL Aplikasi Heroku Anda.
heroku apps:open
Selamat! Anda telah berhasil menginstal alat generator faktur online SIWAPP gratis. Menikmati!
Mengeksplorasi
Dalam artikel ini kita membahas tentang SIWAPP sebuah faktur dan sistem penagihan open source. Untuk mempelajari tentang Manajer Faktur Mudah Open Source lainnya dan sistem penagihan, silakan kunjungi halaman berikut: