Build from the github source

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • paladin80
    Junior Member
    • Aug 2014
    • 11

    Build from the github source

    Could you write a brief script how to build EspoCRM from the Github source?
    I'll be grateful for the list of tools to use and some config hints.
  • yuri
    Member
    • Mar 2014
    • 8665

    #2
    Hi

    You need to have nodejs installed.
    1. Change to the project's root directory.
    2. Install project dependencies with npm install.
    3. Run Grunt with grunt.
    See build dir.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...