WME Setup Guide – Configuration
This section walks you through Configuring WME. You should have completed Launching, Initializing and Setting up of WME. These configurations are available from WaveMaker Launchpad.
Adding Users
WaveMaker Enterprise supports team collaboration. To this end you can add users to your developer network and they can in turn access WME. The number of users that can be added is limited by the terms in License and the Developer Capacity of WME. See here for Adding Capacity.
Following are the steps to add Users to the network by the Admin from WaveMaker Launchpad:
- From the left menu, click on User On-boarding.
- On the User On-boarding page, click **Create User. **Create User window is displayed.
- Enter the Email, First Name, Last Name and Password in their respective fields.
- Click Create User. Your user is now created.
Uploading License
You can upload WaveMaker License from WaveMaker Launchpad.
The terms of License include:
- License key, its status, and number
- Effective and expiration dates
- The maximum number of developers that can collaborate on the WME Studio platform
- The maximum number of nodes or apps that can be deployed to the WME Cloud
note
To avail the full benefits of the License in terms of Developers and Nodes (Apps), instances need to be added appropriately. See Adding Capacity for more details.
Adding External VCS
Applicable to WaveMaker Studio only
During the course of app development, tracking code changes and synchronizing the changes, in case of collaborated development, is of the essence. WaveMaker provides Version Control Services for this purpose. By default, WaveMaker Studio comes with a version control system that runs within your VM based on Gitlab. You can choose to add an external repo of your choice.
- From Launchpad, go to Code Repository. You will see the existing internal VCS server referred to as
vcs.wmenterprise.com
. This points to the Gitlab based VCS installed within your WME VM as part of Studio. - If you have an external repo which you want to use for version control, you can add a new VCS configuration. Click Add VCS Config on the top right corner. Add VCS Configuration window is displayed.
- You can choose between GitLab or Bitbucket Enterprise version control systems. (Bitbucket option is available on WaveMaker ver 9.0.2 or higher).
- Enter the appropriate Base URL, Username and Password in the respective fields.
- Check the Primary box, if you want the new VCS server to be the default. Note: On selecting the Primary checkbox, the new VCS server becomes the default for all the projects that you create subsequently in Studio.
- Click Test and Add. The new VCS server is now configured.
note
After you create a new VCS server and make it Primary if you wish to edit the projects from the old VCS server when you sync/push the changes they will be made to the old VCS server and not the new VCS server. Since the project references are to the old server, there is no relation with the new VCS server.