Skip to content

abdulbasitkay/dev-site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev.arcbees.com

Arcbees projects documentation

Based on http://www.gwtproject.org 's architecture.

Contributing

If you want to contribute and add some documentation for one of the projects, see the site module instructions.

Components

  • site: a markdown -> html converting system
  • webapp: the actual website to be hosted on app engine
  • uploader: a simple program that pushes compiled html files to webapp's datastore

Deployment 1-liner

mvn clean install && cd webapp && mvn appengine:update -Pprod && cd ../uploader && touch credentials && ./save_credentials.sh && ./upload.sh credentials

When prompted, app id is docs-site.

##Thanks to Arcbees.com

Atlassian

IntelliJ

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 76.4%
  • CSS 19.7%
  • JavaScript 2.0%
  • HTML 1.6%
  • Other 0.3%