Announcement

Collapse
No announcement yet.

Build from the github source

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

  • #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.

    Comment

    Working...
    X