Skip to content

Commit a16aa85

Browse files
committed
updated License Engine Setup docs
1 parent 805a296 commit a16aa85

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

Pipfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# pipenv alone does not setup the License Engine. See scripts/setup_engine.sh
2+
# and README.md
13
[[source]]
24
name = "pypi"
35
url = "https://pypi.org/simple"

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -151,19 +151,21 @@ the repositories.
151151
:warning: **NOTE:** The dev2019 branch for this and the child repositories are
152152
currently under active development.
153153

154-
1. **Install pipenv**: Make sure you have [pipenv][pipenvdocs] installed.
154+
1. **Install prerequisites**:
155+
- [Redland RDF Libraries][redland] Python bindings (`python-librdf` package
156+
on Debian. Due to this prerequisite, setup on macOS is *not* recommended.)
157+
- [pipenv][pipenvdocs] (`pipenv` package on Debian)
155158
2. **Execute Install Script**: `./sripts/setup_engine.sh`
156-
157159
1. Clones cc.engine and related respositories
158-
159-
- Checks out ARG1 branch (if specified)
160-
160+
- Checks out specified branch (`ARG1`, defaults to `master`)
161161
2. Creates symlinks to support the semantic web
162162
3. Creates Python Environment via pipenv
163163
4. Generate ccengine.fcgi and copies config.ini into python_env
164164
5. Compiles mo files and transstats
165+
- Creates `transstats.csv` convenience symlink
165166

166-
- Creates transstats.csv convenience symlink
167+
[pipenvdocs]:https://pipenv.readthedocs.io/en/latest/
168+
[redland]: http://librdf.org/
167169

168170

169171
### Not Included

0 commit comments

Comments
 (0)