|
1 month ago | |
---|---|---|
build | 6 months ago | |
res | 5 months ago | |
src | 1 month ago | |
.gitignore | 5 months ago | |
README.md | 6 months ago | |
package.json | 9 months ago |
Getting started
Prerequisites:
generic
organizationDownload transcrypt version that supports -od parameter:
git clone https://github.com/QQuick/Transcrypt.git
cd Transcrypt
git checkout remotes/origin/dev_fall_2019
git switch -c dev_fall_2019
python3 setup.py build
python3 setup.py install --user
transcrpyt -V
and sometimes as python3 -m transcrypt -V
Get api token for requests to lexonomy structure_conversions:
https://gitea.cjvt.si/
Setup lexonomy_custom_editor:
git clone https://gitea.cjvt.si/lexonomy/lexonomy_custom_editor.git
cd lexonomy_custom_editor
npm i
cd build
touch conversions.csv
API_KEY=$(cat location/to/file/name) make
This concludes setup of local settings. You are ready to delve into it. To test, you can open main.html file inside /build
ssh accountName -p password
, admin will provide sudo passwordsudo chmod 775 .
)To deploy new test editor version:
cp build_and_upload.sh.template build_and_upload.sh
)./build_and_upload.sh plugin_name
where you specify plugin_name. If specific plugin already exists, things might go bananas