Skip to content

Developer Quick Start

Canates Arikan edited this page Mar 19, 2020 · 14 revisions

Requirements

  • Ubuntu 16.04 or 18.04
  • Latest update of Java JDK 8. In the future Java 11 will be supported.

Recommended folder structure and projects:

  • Clone Ant-Media-Server, Ant-Media-ServerCommon, ant-media-server-parent, Ant-Media-Server-Service, ManagementConsole_WebApp, red5-plugins, StreamApp projects from GitHub into $home_directory_path/AntMedia where $home_directory_path is path of your home directory.
  • If you are a Enterprise developer: clone the Ant-Media-Enterprise from Gitlab into $home_directory_path/AntMedia.
  • Create folder $home_directory_path/softwares/ant-media-server for the deployed Ant Media Server. Some deployment scripts like redeploy.sh will copy the compiled Ant Media Server into this directory.

Recommended IDEs for Development

  • Latest version of Eclipse IDE for Java EE Developers
  • It is also possible to use other Java compatible IDEs like IntelliJ or NetBeans but core development team currently uses Eclipse for Java EE.

Eclipse Plugins

  • SonarLint : for static code analysis
  • EclEmma : for test coverage

User Guide

Reference

Troubleshooting

Draft

Proposals

Clone this wiki locally