newtfire / staticSearch

A codebase to support a pure JSON search engine requiring no backend for any XHTML5 document collection
https://endings.uvic.ca/staticSearch/docs/index.html
Mozilla Public License 2.0
0 stars 4 forks source link

Configuring dependencies for staticSearch #1

Open ebeshero opened 2 years ago

ebeshero commented 2 years ago

To set this up, people will need to have:

Latest ant-contrib seems to be "cpptasks": https://sourceforge.net/projects/ant-contrib/files/

To install ant-contrib, it needs to be moved into the lib/ folder of Ant. So find where ant is installed on the system.

On Mac, find ant with the shell command: which ant


To create a local web server with Python: https://ryanblunden.com/create-a-http-server-with-one-command-thanks-to-python-29fcfdcd240e

With Python 3 installed, navigate to staticSearch repo test/ folder and run

python -m http.server 8000

Navigate to localhost:8000

ebeshero commented 2 years ago

Which version of Windows are you running? https://support.microsoft.com/en-us/windows/which-version-of-windows-operating-system-am-i-running-628bec99-476a-2c13-5296-9dd081cdd808

Installing Java on Windows 11: https://www.makeuseof.com/windows-11-install-java-jdk/

https://docs.oracle.com/en/java/javase/19/install/overview-jdk-installation.html#GUID-8677A77F-231A-40F7-98B9-1FD0B48C346A

Setting environment variables on Windows: https://docs.oracle.com/en/database/oracle/machine-learning/oml4r/1.5.1/oread/creating-and-modifying-environment-variables-on-windows.html#GUID-DD6F9982-60D5-48F6-8270-A27EC53807D0