diff --git a/scripts/server_software.md b/scripts/server_software.md new file mode 100644 index 0000000..bfd04ab --- /dev/null +++ b/scripts/server_software.md @@ -0,0 +1,18 @@ + + + +## Download PIP +https://www.redhat.com/sysadmin/install-python-pip-linux + +``` +pip freeze > requirements.txt +cat requirements.txt | xargs -n 1 pip install # this will continue if a package fails to install! +``` + +## Download Neo4j + + + + +## Download Ollama +curl -fsSL https://ollama.com/install.sh | sh