Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 489 Bytes

File metadata and controls

17 lines (10 loc) · 489 Bytes

megxnet

Getting Started

git clone https://github.com/MicroB3-IS/megxnet.git #takes several minutes 
cd megxnet
mvn -f net.megx/pom.xml verify # compiles plugins and work directory
mvn -f megx.net-web/pom.xml verify cargo:run  # starts web server

Here are some more detailed notes on the build system.

Misc. notes on development.