- Clone the repository first
git clone https://github.com/The-Boring-Organizations/boxity-app
- Make sure the
npm or yarn package
was installed on your root server. - Run the
npm install
to install the npm package of the project. - Then you can run
npm run production
to ensure your project establishes. - Copy env File to the directory
and then
cp .env.example .env
nano .env ``
- Dont forget to set the .env file,
DB_CONNECTION=mysql DB_HOST=127.0.0.1 <- Your site IP DB_PORT=3306 <- Dont forget the port of your hosting databases DB_DATABASE= (Your database name) DB_USERNAME= (Your database username connection) DB_PASSWORD= (Your database password if exist) SET MAILER CONFIG MAIL_MAILER=smtp MAIL_HOST=smtp.mailtrap.io <- Your email host MAIL_PORT=2525 MAIL_USERNAME=de6b1c11b67b43 <- Your mail username / email MAIL_PASSWORD=7badd9a3876f36 <- Your mail password MAIL_ENCRYPTION=tls
- Install composer by running
composer install
- Run the app key, migrate the database and also optimize the artisan
php artisan key:generate
php artisan migrate
php artisan db:seed
php artisan optimize:clear
-
Notifications
You must be signed in to change notification settings - Fork 2
Boxity ERP is an application that functions to manage and integrate various operational activities in a business such as financial management, production, assets, and even human resource management.
bintangjtobing/boxity-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Boxity ERP is an application that functions to manage and integrate various operational activities in a business such as financial management, production, assets, and even human resource management.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published