| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| noserpcrm-sfa-nosvn.zip | 2011-04-26 | 370.1 MB | |
| readme | 2011-04-26 | 2.6 kB | |
| noserpcrm-sfa-compiled.zip | 2011-04-26 | 646.9 MB | |
| noserpcrm-sfa-source.zip | 2011-04-26 | 542.7 MB | |
| Totals: 4 Items | 1.6 GB | 0 |
Installing from source code: 1. Download latest source zip file http://sourceforge.net/projects/noserpcrm-sfa/files/noserpcrm-sfa-source.zip/download 2. Create a database user and 2 databases. We recommend installing postgres http://www.postgresql.org/download/ The default database user name and password is opentaps and otadmin. The default database names are opentaps and tenants. If you decided to change any of these, or use a different database than postgres, or use a database not on the same machine as the software you will need to change the configuration in framework/entity/config/entityengine.xml 3. Install Sun Java SDK, 1.5 or higher http://java.sun.com/. The Open Java that comes with most linux distributions by default will not run this software. 4. In the software's main directory run "ant make-base-entities". 5. In the software's main directory run "ant run-install-seed" or "ant run-install" if you want to include demo data. 6. In the software's main directory run "ant". This will take between 15-45 minutes depending on your computer's speed. 7. In the software's main directory run "startofbiz.sh" for Linux or "startofbiz.bat" for Windows. You can connect to the software by going to http://localhost:8080/ The default user name and password is admin and opentaps. Installing compiled version: 1. Download latest zip file http://sourceforge.net/projects/noserpcrm-sfa/files/noserpcrm-sfa-compiled.zip/download 2. Create a database user and 2 databases. We recommend installing postgres http://www.postgresql.org/download/ The default database user name and password is opentaps and otadmin. The default database names are opentaps and tenants. If you decided to change any of these, or use a different database than postgres, or use a database not on the same machine as the software you will need to change the configuration in framework/entity/config/entityengine.xml 3. Install Sun Java SDK, 1.6 http://java.sun.com/. The Open Java that comes with most linux distributions by default will not run this software. 4. In the software's main directory run "startofbiz.sh" for Linux or "startofbiz.bat" for Windows. You can connect to the software by going to http://localhost:8080/ The default user name and password is admin and opentaps. The No SVN version is compiled and the smallest, but since it doesn't include the svn information it isn't as easy to keep up to date. Either of the other releases can be updated to the latest version at any time by simply running "svn update" in the root directory.