Skip to content

chmao1/patric3_website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

491 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#PATRIC 3.0 - Website source

This repo contains website source for PATRIC 3.0 migration.

JBoss Portlet Source

The directory named portal contains multiple JBoss web projects, which individually builds war (Web Application Archive) files. You can also build ear (Enterprise ARchive) to deploy in JBoss EPP server.

  • portal
    • patric-common
    • patric-static
    • ...
    • patricbrc
// before build any project
$ cd portal/patric-libs
$ mvn install

// in order to build an individual project
$ cd porta/patric-common
$ mvn package
$ ls -al build/
// you should be able to see patric-common.war in here

// in order to build entire projects (EAR)
$ cd portal
$ mvn package
$ ls -al patricbrc/target/
// you should be able to see patricbrc-xxx.ear in here

Javascript & css

The directory webRoots contains files to be used as web static files.

  • webRoot
    • patric
      • css
      • html
      • idv-perl
      • images
      • js
      • pig
      • presentations
      • static

Development environment

The directory named devEnv includes shared developer settings such as code convention for eclipse formatting.

  • devEnv
    • spring-code-conventions.xml
    • google-style-guide-javascript-eclipse.xml

About

patric3_website (owner: hyoo, team: dmachi, anwarren, cmao)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 54.5%
  • JavaScript 26.0%
  • HTML 9.9%
  • Java 6.4%
  • Perl 2.3%
  • PHP 0.4%
  • Other 0.5%