Open Foris Calc - NFI calculation system
License
openforis/calc
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
============================================================== * Download links ============================================================== - Open Foris Calc: Windows: http://www.openforis.org/nexus/service/local/artifact/maven/redirect?r=releases&g=org.openforis.calc&a=calc-installer&v=LATEST&c=windows&e=exe Linux: http://www.openforis.org/nexus/service/local/artifact/maven/redirect?r=releases&g=org.openforis.calc&a=calc-installer&v=LATEST&c=linux&e=run - Open Foris Collect: http://www.openforis.org/nexus/service/local/artifact/maven/redirect?r=releases&g=org.openforis.collect&a=collect-assembly&v=LATEST&e=zip - Open Foris Test Data: http://www.openforis.org/nexus/service/local/artifact/maven/redirect?r=releases&g=org.openforis.test-data&a=test-data&v=LATEST&e=zip ============================================================== * Calc Installation instructions ============================================================== 1. Download and install Jdk 1.8 + [ http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html ] 2. Download and install Postgres 9.2 + [http://www.enterprisedb.com/products-services-training/pgdownload]. Note: the required password should be set as 'postgres'. 3. Download and install R 3.1 + [http://cran.r-project.org/]. Note: for Windows users, R should be installed in a folder that contains no spaces, for example "C:\Opt\R\R-3.1.0". 4. Download and install Open Foris Calc [ OpenForisCalc-VERSION-PLATFORM-installer.EXTENSION ] at the above link Note 1: for Windows users, CALC should be installed in a folder that contains no spaces, for example "C:\opt\OpenForisCalc". Note 2: Administration rights are required. Note 3: Both Windows and Linux users will be required to re-start the computer in order to update the required system settings. 5. Start Calc Double click on the "Open Foris Calc Control Panel" located on your desktop. 6. Stop Calc Click the stop button available on "Open Foris Calc Control Panel" ============================================================================ * Tomcat 7 database parameters configuration ============================================================================ - The file calc.xml (calc-server/tomcat/conf/Catalina/localhost/calc.xml) contains the database settings as follow. Change them if you don't have the default settings <?xml version="1.0" encoding="UTF-8"?> <Context path="/calc" reloadable="false"> <Parameter name="calc.jdbc.driver" value="org.postgresql.Driver" /> <Parameter name="calc.jdbc.host" value="localhost" /> <Parameter name="calc.jdbc.port" value="5432" /> <Parameter name="calc.jdbc.db" value="calc" /> <Parameter name="calc.jdbc.url" value="jdbc:postgresql://${calc.jdbc.host}:${calc.jdbc.port}/${calc.jdbc.db}" /> <Parameter name="calc.jdbc.schema" value="calc" /> <Parameter name="calc.jdbc.username" value="calc" /> <Parameter name="calc.jdbc.password" value="calc" /> <Parameter name="calc.jdbc.adminuser" value="postgres" /> <Parameter name="calc.jdbc.adminpassword" value="postgres" /> <Parameter name="calc.jdbc.maxActive" value="10" /> <Parameter name="calc.jdbc.minIdle" value="5" /> <Parameter name="saiku.home" value="${catalina.home}/webapps/saiku" /> <Parameter name="saiku.ui.url" value="/saiku-ui" /> </Context>
About
Open Foris Calc - NFI calculation system
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published