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
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,10 @@ metadata and lexical data in the original source.
4
4
5
5
A quick walkthrough is included below: other documentation is at [bookworm.culturomics.org]() and in a [Bookworm Manual](http://bmschmidt.github.io/Presidio) on this repository (editable as the gh-pages branch here).
6
6
7
-
Which version to use
7
+
Releases
8
8
---------------------
9
9
10
-
The "master" branch is more backwards-compatible, but the "dev" branch tends to be significantly faster both for creation and
11
-
for querying. "Master" exists primarily as an internal scheme to support legacy installations; there has not been a "stable"
12
-
release to date, so neither is guaranteed to be more stable than the other. Most new installations should use "dev."
13
-
10
+
The "master" branch is under continuous development: it's likely to be faster and incorporate the latest bugfixes, but will also tend to incorporate the latest bugs. The most recent tagged version (currently 0.3 alpha) may be a good replacement.
14
11
15
12
## Related projects
16
13
@@ -34,6 +31,9 @@ Here are a couple of [our](http://www.culturomics.org "Culturomics") Bookworms b
34
31
35
32
36
33
## Getting Started ##
34
+
35
+
36
+
37
37
### Required MySQL Database ###
38
38
39
39
At the very least, there must be a MySQL user with permissions to insert + select data from all databases.
0 commit comments