GithubHelp home page GithubHelp logo

viz-ala's Introduction

viz-ala

A standalone web application that interfaces with the Atlas of Living Australia

Installation on Ubuntu 12.04

Installation instructions on how to set up everything required for development on Atlas of Living Australia on Ubuntu 12.04.

Enable the add-apt-repository command

sudo apt-get install python-software-properties

Install grails

This installs the latest version (2.0.4) by default.

sudo add-apt-repository ppa:groovy-dev/grails
sudo apt-get update
sudo apt-get install grails

Install groovy-2.0.3 (required by ALA)

sudo apt-get install grails-2.0.3
sudo update-alternatives --config grails

Select 2.0.3 as the active version.

Install groovy

sudo add-apt-repository ppa:groovy-dev/groovy
sudo apt-get update
sudo apt-get install groovy-2.0

Install tomcat

sudo apt-get install tomcat7

Install subversion

sudo apt-get install subversion

Obtain ALA Groovy template (If not cloning from Git Repo)

svn co http://ala.googlecode.com/svn/trunk/getstarted viz-ala

Remove SVN fluff (If not cloning from Git Repo)

cd viz-ala
find . -type d -name .svn -exec rm -r {} \;

For some reason, tomcat spawns itself after installing - kill it (it runs on port 8080 - the default port that grails runs on).

sudo pkill tomcat7

Run the web app (on port 8080)

grails run-app

To specify another port

grails run-app -Dgrails.server.port.http=<another port>

viz-ala's People

Contributors

supermooie avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.