Skip to content

clmarquart/Gripes-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

1. Download and Install Gradle
2. Create folder for new app (i.e. ~/Sites/GripesApp)
3. Create new file: 'build.gradle', with contents from http://www.gripes-project.org/build.gradle.txt
4. Run: 'gradle init'
5. Gripes will update your build.gradle file, edit the gripes{} section accordingly
6. Run: 'gradle setup'
7. First entity class: 'gradle create -Pmodel=Page'
8. Edit the entity, adding properties (i.e. String name, description)
9. Create actions: 'gradle create -Paction=Page'
10. Run the app: 'gradle run'
11. Browse: http://localhost:8888/gripes

Releases

No releases published

Packages

 
 
 

Contributors