How to start your OJET application from a compressed file
You can either follow the steps in this playbook to build your media toolbar application or you can download the compressed file included at the beginning of each section.
- Download the compressed file and extract it. The contents will be extracted to a folder named: cti-accelerator as shown below:
- Generate and add the certificates as mentioned in the Start the application with a self signed certificate section of the Create a JET application topic.
-
Open
cti-accelerator
folder in your command prompt or terminal (in case of Mac OS) and run the command:ojet restore
command to initialize the OJET application. - Once the
ojet restore
command is successful, run theojet serve
command to start your application