$HOME/docker-works/php/{website-alias}/dbrerp/public/themes/ is theme forlder to be used customized part "{website-alise}" is can be "php-docker" or specific names as such as "newerp-php73" when developers maintain multiple websites in local PC. In webhosting server, /home/{website-alias}/public_html/public/themes/
As git structure, "themes" folder is excluded by adding folder name in .gitignore file.
Under "themes" folder, it can have subfolder such as "pro" and "erp" As the subfolder, "pro" is for Pro Page for consists of Service Pages (or Home Page) excluding User Pages(Admin page). Also "erp" indicates folder for User Pages(or Admin Pages) This is why "themes" folder have a sub git structure under root git struture. we call root git as "parent git" and theme git as "child git"
You can acquire folder name typing in cli : # cdpro {website-alise} example for local PC: $ cdpro newerp-php73 (will show) cd /Users/EricKim/docker-works/php/newerp-php73/dbrerp/public/themes/pro
example for server : $ cdpro newerp (will show) cd /home/newerp/public_html/public/themes/pro
example for local PC: $ cderp newerp-php73 (will show) cd /Users/EricKim/docker-works/php/newerp-php73/dbrerp/public/themes/erp
example for server : $ cdpro newerp (will show) cd /home/newerp/public_html/public/themes/erp
http://git.daboryhost.com:10880/dbr-themes-pro There are dbr-themes-pro themes to be selected for theme, choose one of them and git clone the url link. cd {themes_folder/pro}
As same way, http://git.daboryhost.com:10880/dbr-themes-erp There are dbr-themes-erp themes to be selected for theme, choose one of them and git clone the url link.
!! Important difference between "pro" and "erp" is that: pro should be one, erp can be multiple because erp can have conbined features by business logic and workflows.
example for local PC: cd $HOME/docker-works/php/ ( normally input cdphp) all-gitpp {website-alias}
example for server :
cd /home (normally input cdz)
all-gitpp-host {website-alias}
These shell scripts run git sync with standard folder and change directory to themes folder of "pro" and "erp" and run sync for both of pro and erp folder to reduce time for total updates.
You can easily find ERP_THEMES, PRO_THEME variables in 2nd, 3th lines of .env file. You MUST syncronize the variable name and theme folder name as variable value.
1) This will delete all docker containers and restart container in local PC.
2) You don't need to anything after update git in server.
.
ERP is for backoffice pages for company or organization staffs and managers (Extension of Admin Page)
PRO is for frontoffice pages for guest and customer member who are outside of company or organization (Extension of Service Page)
https://laravel.com/docs/7.x/configuration
This reduces website rendering speed, but changes in js script and css are fed to web pages in no time.
member-go-email member-signup member-verify-ok member-verify-resend password-reset member-withdraw-cancel member-login member-signup-verify member-activate-failed password-reset-code-failed member-device-block-failed member-device-block-success member-unlock find-member-id-verify find-member-id find-member-pw-memcheck find-member-pw-verify password-change member-withdrawal my-page member-edit
Type | Page Slug | Usage | API Link | Remarks |
---|---|---|---|---|
회원관리 | member-go-email | 회원등록 인증 이메일 | erp 파라 커스텀할 때사 | |
member-signup | 회원등록 | |||