Collections:
Install JSME on Apache Web Server
How to install JSME on an Appache Web server?
✍: FYIcenter.com
If you want to install JSME on a Web server for others to try
it remotely, you can follow this tutorial
to install it an an Apache Web server.
1. Follow the previous tutorial to download and install JSME on your local computer in the "./JSME_2017-02-26" sub-folder.
2. Create a "jsme" sub-folder in the Apache document folder, like /var/www/html on a Linux system:
fyicenter$ sudo mkdir /var/www/html/jsme
3. Copy JSME JavaScript and other files to the "jsme" sub-folder:
fyicenter$ sudo cp -R ./JSME_2017-02-26/jsme /var/www/html/jsme
4. Copy JSME demo HTML document to the "jsme" sub-folder:
fyicenter$ sudo cp -R ./JSME_2017-02-26/JSME.html /var/www/html/jsme
5. Test JSME demo on the Apache Web server by opening "http://localhost/jsme/JSME.html" URL in a Web browser.
If you see the JSME demo page dispayed and working, you can now give it to others to use with its publich URL like "http://192.168.1.2/jsme/JSME.html".
Your demo JSME demo page should look like the official demo page at https://www.peter-ertl.com/jsme/JSME_2017-02-26/JSME.html.
2020-05-18, 666👍, 0💬
Popular Posts:
What are the options for installing Open Babel on macOS computers? There are a number of options for...
What are tools that support the SDF/Mol V3000 file format? There are a number of online or standalon...
How to create and edit a molecule structure with JSME molecule editor? To help you to create and edi...
What IS JSME, Molecule Editor in JavaScript? JSME, Molecule Editor in JavaScript is a free molecule ...
What Are CTfile (Chemical Table File) and CTAB (Connection Table)? CTfile (Chemical Table File) refe...