@@ -13,6 +13,7 @@ This repostory is currently for:
13131 . Public help and support [ Issues] [ issues ]
14142 . Legalcode and translations
15153 . Installation of the website (including Styles and other Includes)
16+ 4 . ~~ License Engine (ccEngine) Setup~~
1617
1718[ issues ] : https://github.com/creativecommons/creativecommons.org/issues
1819
@@ -119,12 +120,6 @@ CC0 1.0 | [Source File][cc-zero-source] | [Legal Code][cc-zero-legalcode] | [Dee
119120
120121## Installation
121122
122- :warning : ** WARNING:** Use of the bootstrap scripts in the master branch is NOT
123- recommended. Instead, see the [ dev2019] [ dev2019 ] branch for current/ongoing
124- work.
125-
126- [ dev2019 ] : https://github.com/creativecommons/creativecommons.org/tree/dev2019
127-
128123
129124### Child Repositories
130125
@@ -152,6 +147,39 @@ As of 2019 December, there are around 9,700 lines of python code split between
152147the repositories.
153148
154149
150+ ### License Engine Setup
151+
152+ > :warning : ** We do not support local development at this time. Creative
153+ > Commons maintains a staging server (configured per
154+ > [ creativecommons/sre-salt-prime] [ sre-salt-prime ] ) for development.**
155+
156+ 1 . ** Install prerequisites** :
157+ - [ Redland RDF Libraries] [ redland ] Python bindings (` python-librdf ` package
158+ on Debian. Due to this prerequisite, setup on macOS is * not* recommended.)
159+ - [ pipenv] [ pipenvdocs ] (` pipenv ` package on Debian)
160+ 2 . ** Execute Install Script** : ` ./scripts/setup_engine.sh `
161+ ([ ` scripts/setup_engine.sh ` ] ( scripts/setup_engine.sh ) )
162+ 1 . Clones cc.engine and related respositories
163+ - Checks out specified branch (` ARG1 ` , defaults to ` master ` )
164+ 2 . Creates symlinks to support the semantic web
165+ 3 . Creates Python Environment via pipenv
166+ 4 . Generate ccengine.fcgi and copies config.ini into python_env
167+ 5 . Compiles mo files and transstats
168+ - Creates ` transstats.csv ` convenience symlink
169+
170+ [ sre-salt-prime ] : https://github.com/creativecommons/sre-salt-prime
171+ [ pipenvdocs ] :https://pipenv.readthedocs.io/en/latest/
172+ [ redland ] : http://librdf.org/
173+
174+
175+ ### Not Included
176+
177+ This project does not currently include the [ creativecommons/cc.api] [ ccapi ]
178+ repository (which itself, depends on [ creativecommons/cc.license] [ cclicense ] ).
179+
180+ [ ccapi ] : https://github.com/creativecommons/cc.api
181+
182+
155183### Styles and other Includes
156184
157185:warning : ** WARNING:** Any change to style or other includes must be duplicated
0 commit comments