Essential Standalone Installation
3 min
Starting Essential Modeller (Protege)
Windows
- Go to the
protege
folder - Double click on
run_protege.bat
- Open the repository in the
repositories/essential_metamodel
folder
macOS
- Open the Terminal app (located in Application > Utilities)
- Browse to the Essential Standalone folder
- For example
cd ~/Desktop/essential_standalone_61910/
- For example
- Run the startup script:
protege/run_protege.sh
- Open the repository in the
repositories/essential_metamodel
folder
Starting Essential Viewer and Import Utility
Windows
- Go to the
tomcat/bin
folder - Double click on
startup.bat
macOS
- Open the Terminal app (located in Application > Utilities)
- Browse to the Essential Standalone folder
- For example
cd ~/Desktop/essential_standalone_61910/
- For example
- Run the startup script:
tomcat/bin/startup.sh
Essential Viewer
Essential Import Utility
- http://localhost:8080/essential_import_utility
- username: [email protected]
- password: admin
Stopping Essential Viewer and Import Utility
Windows
- Go to the
tomcat/bin
folder - Double click on
shutdown.bat
macOS
- Open the Terminal app (located in Application > Utilities)
- Browse to the Essential Standalone folder
- For example
cd ~/Desktop/essential_standalone_61910/
- For example
- Run the shutdown script:
tomcat/bin/shudown.sh
Common issues on macOS
- On Apple Silicon enabled machines, you may need to install Apple Rosetta 2. From Terminal,
enter the commandsoftwareupdate --install-rosetta
and click Enter. - You may need to make the files executable. To do this, use chmod and sudo, e.g.
chmod +x startup.sh
followed bysudo ./startup.sh
- If startup.sh says ‘unregistered developer’ and you can’t open it then press Control and click startup.sh and then select Open. In the modal click Open
Updated 22 October 2024