Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.21 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.21 KB

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.

How to run it on localhost

IntelliJ Run Configuration:

Parameter Value
Module webapp
Dev Mode Parameters -port 8080
Server AppEngine Dev
mvn clean install -pl -webapp && cd uploader/ &&  ./upload.sh localhost && cd ..

##Thanks to Arcbees.com

Atlassian

IntelliJ