From 9b44f6daeceb9ba60b5bb4d15534608ce1bc26ee Mon Sep 17 00:00:00 2001 From: David Rodriguez Date: Tue, 11 Feb 2025 10:47:53 -0500 Subject: [PATCH] Update README.md updating readme to point to the Wiki for the more up-to-date setup instructions --- README.md | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 006a459..77c1618 100644 --- a/README.md +++ b/README.md @@ -42,31 +42,14 @@ pip install -Ur requirements.txt ``` You can also get the latest copy of the SQLite database binary file again with: ```bash -wget https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-binary/main/SIMPLE.db +wget https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-binary/main/SIMPLE.sqlite ``` ## Apache Config The major requirement for running this program on Apache is [`mod_wsgi`](https://flask.palletsprojects.com/en/2.1.x/deploying/mod_wsgi/) -You will need to edit `/etc/httpd/conf/httpd.conf` by adding the line: -``` -WSGIApplicationGroup %{GLOBAL} -``` -Additionally, edit ` /etc/httpd/conf.d/wsgi.conf` with the lines: -``` -WSGIScriptAlias / /simple_app.wsgi -Alias /static /simple_app/static -Alias /favicon.ico /simple_app/static/favicon.ico -``` -Finally, in the `simple_root` symlink, swap -` -. -` -for -` - -` +Refer to our GitHub Wiki pages for more detailed setup instructions. ## Further Details For feedback, questions, or if you've found an error,