Skip to content

ArcBees/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:https://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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published