SEARCH
TOOLBOX
LANGUAGES
Create a book
BR/Workshop November 2009 Nottingham/portal

BR/Workshop November 2009 Nottingham/portal

From Steeple

Jump to: navigation, search

Contents

[edit] 1 java portal code

[edit] 1.1 via svn

[edit] 1.2 Temporary code download

http://www.opencontent.org.uk/steeple.tgz

[edit] 1.3 Readme

http://steeple.googlecode.com/svn/trunk/README

[edit] 1.4 path settings

Java on OS X:

export JAVA_HOME=/Library/Java/Home

Grails paths:

export GRAILS_HOME= .....YOUR PATH TO GRAILS ..... /grails-1.1.1/
export PATH=$PATH:    .... other stuff ....   :$GRAILS_HOME/bin:.

[edit] 1.5 Grails

http://www.grails.org/Installation

[edit] 1.6 Running the app

After installation the app is started like this:

grails run-app

and you can find the service at http://localhost:8080/steeple (Use "grails clean" to clean the install.)

Edit

Config.groovy

to affect feed sources (src/java/config.properties currently not working)

Use

./grails-app/views/layouts/main.gsp

to modify main web layout, and

web-app/css/steeple.css

to modify css.