Giter Club home page Giter Club logo

podcastpedia-web's Introduction

podcastpedia-web

Web application backing the Podcastpedia.org website

Setup Guide

Install and run the Podcastpedia.org website on your local machine

Prerequisites

Podcastpedia artefacts

Download podcastpedia-parent and podcastpedia-common and this project - podcastpedia-web - into the same folder on your local machine:

+---podcastpedia
|   +---podcastpedia-admin
|   +---podcastpedia-common
|   +---podcastpedia-parent
|   +---podcastpedia-sql
|   +---podcastpedia-web
  • install podcastpedia-parent in your local Maven repository
    • change to the podcastpedia-parent folder
    • execute mvn clean install -DskipTests=true on the command line
  • install podcastpedia-common in your local Maven repository
    • change to the podcastpedia-common folder
    • execute mvn clean install -DskipTests=true on the command line

Note: The application can be easily run from Jetty, with the help of jetty-maven-plugin which is configured in the pom.xml

Install the podcastpedia-web project

  1. download/clone the project
  2. as mentioned in the Prerequisites section you need to prepare the database as described in the README.md of the podcastpedia-sql project
  3. change to the podcastpedia-web folder and excute the following maven command
mvn clean install -DskipTests=true

Run the project

  • The easiest you can start the project with Jetty with the help of jetty-maven-plugin, by issuing the following command on the command line in the root directory:
mvn jetty:run -Djetty.port=8080

and then access the Podcastpedia website at http://localhost:8080

  • Or copy the generated war file (ROOT.war) to your Tomcat webapps folder and start the server. By default you can access the application under the same url http://localhost:8080

License

MIT © Codingpedia Association

podcastpedia-web's People

Watchers

 avatar  avatar  avatar

Forkers

fatman2021

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.