Skip to content

Instantly share code, notes, and snippets.

View aminepa8's full-sized avatar

Moulay aminepa8

View GitHub Profile

Setup

  • Create a developer account with Apple
  • Download and install X-Code from the Apple App Store
  • Open and run X-Code app and install whatever extras it requires
  • Open the preferences pane (cmd+,)
    • click the + in the lower right corner
    • choose Apple ID
    • enter your apple ID and password

Note

  1. You will need Java 8 to run Signaling Server. If you have multiple Java versions installed on the server you can change the default version using the update-alternatives tool as shown below:
sudo update-alternatives --config java 

Set the Default Java Version

@aminepa8
aminepa8 / README-Template.md
Created December 25, 2019 20:10 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites