Skip to content

Commit 111a25b

Browse files
authored
Merge pull request #183 from SIMPLE-AstroDB/dr-rodriguez-patch-1
Update README.md
2 parents adc74a6 + 9b44f6d commit 111a25b

1 file changed

Lines changed: 2 additions & 19 deletions

File tree

README.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -42,31 +42,14 @@ pip install -Ur requirements.txt
4242
```
4343
You 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
4949
The major requirement for running this program on Apache
5050
is [`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
7255
For feedback, questions, or if you've found an error,

0 commit comments

Comments
 (0)