Skip to content

Commit 8fd816c

Browse files
committedNov 25, 2014
Gradle build was modiffied to deploy to webapps directory. A README.md
file was added.
1 parent bbac181 commit 8fd816c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
 

‎README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Climate Smart Agriculture Decision Support Platform
2+
===================================================
3+
4+
This Climate Smart Agriculture Decision Support Platform was constructed to provide access to a broad
5+
database of CSA practices that have been tested around the world. This information is aimed at aiding
6+
endeavors such as identify what CSA options exist for different contexts and gaps in research. We
7+
welcome you to search our database and contribute your own information to the compendium. Our prioritization tool and complementary stakeholder engagement process were developed to identify best
8+
options for mainstreaming CSA.
9+
10+
Was developed using Java, Spring Framework and Postgresql Database.

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ apply plugin: 'spring-boot'
2424

2525
war {
2626
archiveName = 'ROOT.war'
27-
destinationDir = file('build/webapps')
27+
destinationDir = file('webapps')
2828
}
2929

3030
// Location of the libraries for the application. They are tried from top to bottom.

0 commit comments

Comments
 (0)
Please sign in to comment.