Skip to content

mahererais/mathProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  • cd <project_path>

  • make install

  • make fixture

dev - launch

  • browser : http://localhost:5188/

production

  • add .env.local for front project & backend project
  • backend
    • make deploy-back
  • fronend
    • make deploy-front
    • or
    • make deploy-front BASE=<alias set apache .conf>