Setup

Prerequisites

System Requirements

  • Operating System: Windows, Linux, OS X
  • Core 2 Duo or Athlon X2 at 2.4 GHz or higher
  • 4+GB RAM, 2+GB free hard disk space

 

Software Requirements

  • Java 1.7 (or greater) SDK

 

Recommended Development Tools

  • GIT client
  • Eclipse Java IDE
    • Groovy-eclipse
    • Freemarker IDE editor (select from JBools tools plugin)

 

Prerequisite Installation

In order to install SCIPIO ERP, the following prerequisites must be installed:

  • Java 1.7 (or greater) SDK
    • Download and Install
    • Set Path
    • Validate Settings

SCIPIO ERP Installation

  1. Download
    The recommended way to get SCIPIO ERP to is to checkout the scipioce-1.14 branch, which
    provides you with the latest version of the 1.14.x line with latest important updates. If you don’t like we git, we also got got Installers available for download (skips Step 2 & 3).

    For the git package, open your command line and run:

    • git clone https://github.com/ilscipio/scipio-erp.git
    • cd scipio-erp
    • git checkout scipioce-1.14
  2. Open your command line, go to the extracted folder and run:
    • Linux “./install.sh”
    • OS X: “./install.sh”
    • Windows: “install.bat”
  3. From the same command line run:
    • Linux “./start.sh”
    • OS X: “bash /start.sh”
    • Windows: “/start.bat”
  4. To access the SCIPIO ERP Backoffice, open your browser: https://localhost:8443/admin.
  5. To access the SCIPIO ERP Demo Store: https://localhost:8443/shop

Congratulations, you have installed SCIPIO ERP!

Authentication Credentials

You can access the SCIPIO ERP backoffice using:

Username:       admin
Password:        scipio

Updates

  1. Retrieve latest code updates from git:
    • git checkout scipioce-1.14
    • git pull
  2. Reload visual themes:

 

Optional Configuration