-
Notifications
You must be signed in to change notification settings - Fork 0
add RestComm Core to eclipse
Welcome to the RestComm-Core wiki!
This wiki help to add RestComm-Core to eclipse and start coding :)
1.Create your own Fork Each contributor creates their own fork of the RestComm project (they want to contribute to) repository. This clone is hosted on Github servers, and can be created by clicking Fork button from the github project by example https://github.com/RestComm/RestComm-Core The contributor then makes a local clone of their GitHub fork, which is stored on their local machine. Instructions for checking it out is https://github.com/Contributor_github_account/RestComm-Core
2.Create your own Feature or Fix Branch The contributor then creates a new branch into their local clone and do the changes into their local branch for the contribution and commit them. git checkout -b [name_of_your_new_branch]
3.You need to configure Eclipse with the local maven repository and then execute "mvn clean eclipse:clean eclipse:eclipse" root@vmi50697 restcomm]# mvn -version Apache Maven 3.0.5 (Red Hat 3.0.5-16) root@vmi50697 restcomm]# mvn clean eclipse:clean eclipse:eclipse
more details can be found at TeleStax OpenSource Playbook https://docs.google.com/document/d/1RZz2nd2ivCK_rg1vKX9ansgNF6NpK_PZl81GxZ2MSnM/edit#