/scipio-erp

Bundled with a large set of business applications, Scipio ERP is meant to be the foundation for all your business applications & great for modern E-Commerce.

Primary LanguageJavaOtherNOASSERTION

**************************************************************************

   _____    _____   _   _____    _    ____      _____   _____    _____
  / ____|  / ____| | | |  __ \  | |  / __ \    |  ___| |  __ \  |  __ \
 | (___   | |      | | | |__) | | | | |  | |   | |___  | |__) | | |__) |
  \___ \  | |      | | |  ___/  | | | |  | |   |  ___| |  _  /  |  ___/
  ____) | | |____  | | | |      | | | |__| |   | |___  | | \ \  | |
 |_____/   \_____| |_| |_|      |_|  \____/    |_____| |_|  \_\ |_|

                    http://www.scipioerp.com

**************************************************************************

SCIPIO ERP - Community Edition

***************************
* I N S T A L L A T I O N *
***************************
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
* Apache ANT

Recommended Development Tools
* GIT Client
* Eclipse Java IDE
 * m2eclipse
 * Groovy-eclipse
 * Freemarker IDE editor (select from JBooss tools plugin)

Prerequisites
In order to install SCIPIO ERP, the following prerequisites must be installed:
* Java 1.7 (or greater) SDK
 * Download and Install
 * Set JAVA_HOME Path
 * Validate Settings
* Install Apache Ant
 * Download and Install

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:

1. Open your command line and run:
a. git clone https://github.com/ilscipio/scipio-erp.git
b. cd scipio-erp
c. git checkout scipioce-1.14

(Please note the master branch is a development branch subject to major compatibility-breaking
change without notice and is not suitable for most purposes)

Installation
In order to install, the following steps must be taken:

1. Open your command line, go to the extracted folder and run:
a. Linux ./install.sh
b. OS X: ./install.sh
c. Windows: install.bat

2. From the same command line run:
a. Linux ./start.sh
b. OS X: bash ./start.sh
c. Windows: start.bat

3. To access the application visit the SCIPIO ERP Dashboard:
  https://localhost:8443/admin

4. To access the SCIPIO ERP applications from the Dashboard use:
  Username: admin
  Password: scipio

                    Congratulations, you have installed SCIPIO ERP!

Updates
1. Retrieve latest code updates from git:
a. git checkout scipioce-1.14
b. git pull

2. Reload visual themes:
a. Restart SCIPIO server
b. Visit entity utility services page:
  https://localhost:8443/admin/control/EntityUtilityServices
c. Click "Visual Theme Resources - Reload All, Now"

Optional Configuration
  http://www.scipioerp.com/community/developer/installation-configuration/configuration/

Docker
We also provide Docker images if you would like to try out Scipio with minimal effort. To create a fully functional Scipio ERP instance with some demo data already loaded, you can create a container with the following command:

  docker create -p 8080:8080 -p 8443:8443 ilscipio/scipio-erp:demo
  

*****************
* S U P P O R T *
*****************
For detailed information and changes about the SCIPIO ERP suite, visit the official website at:

  http://www.scipioerp.com

You can get in touch with the community over at:

  http://forum.scipioerp.com

*************
* O F B I Z *
*************
Scipio ERP is a fork of the Apache OFBiz project.

For more details about OFBiz please visit the OFBiz Documentation page:

  http://ofbiz.apache.org/documentation.html

In this page you will find links to useful guides such as:
* "Demo and Test Setup Guide"
* "Basic Production Setup Guide"
* "A Beginners Development Guide"

If you would like to get in touch with the OFBiz community of users and
developers, the following page will help to get started:

  http://ofbiz.apache.org/community.html

***********************
* D I S C L A I M E R *
***********************
This software is provided as is and free of charge. There is no warranty
or support implied under the terms of the license included.

SCIPIO ERP and the SCIPIO logo are trademarks of Ilscipio GmbH.
© Copyright SCIPIO components 2016 Ilscipio GmbH.
Apache OFBiz, Apache, the Apache feather logo are trademarks
of The Apache Software Foundation.

***********************************
* BIS Crypto TSU exception notice *
***********************************

   This distribution includes cryptographic software.  The country in
   which you currently reside may have restrictions on the import,
   possession, use, and/or re-export to another country, of
   encryption software.  BEFORE using any encryption software, please
   check your country's laws, regulations and policies concerning the
   import, possession, or use, and re-export of encryption software, to
   see if this is permitted.  See <http://www.wassenaar.org/> for more
   information.

   The U.S. Government Department of Commerce, Bureau of Industry and
   Security (BIS), has classified this software as Export Commodity
   Control Number (ECCN) 5D002.C.1, which includes information security
   software using or performing cryptographic functions with asymmetric
   algorithms.  The form and manner of this Apache Software Foundation
   distribution makes it eligible for export under the License Exception
   ENC Technology Software Unrestricted (TSU) exception (see the BIS
   Export Administration Regulations, Section 740.13) for both object
   code and source code.

   The following provides more details on the included cryptographic
   software:

   * Various classes in OFBiz, including DesCrypt, HashCrypt, and
     BlowFishCrypt use libraries from the Sun Java JDK API including
     java.security.* and javax.crypto.* (the JCE, Java Cryptography
     Extensions API)
   * Other classes such as HttpClient and various related ones use
     the JSSE (Java Secure Sockets Extension) API