File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,31 +42,14 @@ pip install -Ur requirements.txt
4242```
4343You can also get the latest copy of the SQLite database binary file again with:
4444``` bash
45- wget https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-binary/main/SIMPLE.db
45+ wget https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-binary/main/SIMPLE.sqlite
4646```
4747
4848## Apache Config
4949The major requirement for running this program on Apache
5050is [ ` mod_wsgi ` ] ( https://flask.palletsprojects.com/en/2.1.x/deploying/mod_wsgi/ )
51- You will need to edit ` /etc/httpd/conf/httpd.conf ` by adding the line:
52- ```
53- WSGIApplicationGroup %{GLOBAL}
54- ```
55- Additionally, edit ` /etc/httpd/conf.d/wsgi.conf ` with the lines:
56- ```
57- WSGIScriptAlias / <your/path/to/simple>/simple_app.wsgi
58- Alias /static <your/path/to/simple>/simple_app/static
59- Alias /favicon.ico <your/path/to/simple>/simple_app/static/favicon.ico
60- ```
61- Finally, in the ` simple_root ` symlink, swap
62- `
63- .
64- `
65- for
66- `
67- <your/path/to/simple>
68- `
6951
52+ Refer to our GitHub Wiki pages for more detailed setup instructions.
7053
7154## Further Details
7255For feedback, questions, or if you've found an error,
You can’t perform that action at this time.
0 commit comments