-
Notifications
You must be signed in to change notification settings - Fork 4
Standalone Code Editor Quick Install
Eric Flumerfelt edited this page Jun 17, 2022
·
1 revision
Here are the instructions for the quickest install of Off-the-Shelf DAQ Standalone Code Editor. The result will be a folder called otsCodeEditor/ with the source code for the standalone web code editor. To launch, you just open this file in your browser: otsCodeEditor/html/CodeEditor_standalone.html:
# Find a computer (tested on Scientific Linux 7 and macOS; should work on windows if you copy the resulting folder):
cd /where/you/want/your/otsCodeEditor/folder #e.g. cd ~/
# download the install script with wget or curl:
wget otsdaq.fnal.gov/downloads/standalone_code_editor_install.sh --no-check-certificate
# ... or (maybe you only have curl, and not wget?)
curl -O https://otsdaq.fnal.gov/downloads/standalone_code_editor_install.sh
chmod 755 standalone_code_editor_install.sh
source standalone_code_editor_install.sh
- That’s it. The final printout should tell you to open this file in your browser: otsCodeEditor/html/CodeEditor_standalone.html