You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2022. It is now read-only.
4. Head over to the app/static/spaces directory and unzip english.dm.zip.
24
+
#### 4. Unpack the semantic space
25
+
26
+
Head over to the app/static/spaces directory and unzip english.dm.zip.
27
+
28
+
#### 5. Tell your pod what to index.
26
29
27
-
5. Tell your pod what to index. You should save a csv file containing your pod in the *app/static/pods* folder. If you don't know yet what a csv pod is, consult <ahref="https://pearsearch.org/faq.html#newpods">the documentation on PeARS Orchard</a>.
30
+
You should save a csv file containing your pod in the *app/static/pods* folder. If you don't know yet what a csv pod is, consult <ahref="https://pearsearch.org/faq.html#newpods">the documentation on PeARS Orchard</a>.
28
31
29
-
6. In the root of the repo, run:
32
+
#### 6. Run it!
33
+
34
+
In the root of the repo, run:
30
35
31
36
python3 run.py
32
37
33
38
Now, go to your browser at localhost:5000. You should see your pod running. Happy searching!
34
39
35
-
36
40
## Putting your pod online
37
41
38
42
You can setup your pod online on any server that will let you run a Flask application with a database. We provide specific instructions for use with <ahref="https://www.pythonanywhere.com/">https://www.pythonanywhere.com/</a>. These can be found [on the Wiki](https://github.com/PeARSearch/PeARS-pod/wiki/Deploying-a-PeARS-pod-on-PythonAnywhere).
0 commit comments