ETurns

From VentureResearchWiki
Jump to navigation Jump to search

VR Curve[edit | edit source]

Customer Specific Configuration[edit | edit source]

wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/anixter/vr-curve-anixter.sh -O - | sh

Load eTurns application[edit | edit source]

VR Curve Portal[edit | edit source]

Customer Specific Configuration[edit | edit source]

wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/anixter/vr-curveportal-anixter.sh -O - | sh

Load eTurns application[edit | edit source]

opkg install python3 python3-modules python3-pyvenv
cd /opt/
pyvenv-3.5 venv
source venv/bin/activate

pip install toml
pip install marshmallow
pip install aiohttp
pip install protobuf
pip install requests
pip install http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/src/vrreader-api-py3/dist/VRReaderAPI-1.1.0-py3-none-any.whl

cd /opt/
opkg install subversion
svn co http://svn.crm.ventureresearch.com/svn/linux/py3apps/eturns-app triggermode

cp /opt/triggermode/triggermode.service /lib/systemd/system/triggermode.service
systemctl daemon-reload
systemctl enable triggermode
systemctl start triggermode

VR Slimtrak[edit | edit source]

Customer Specific Configuration[edit | edit source]

wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/anixter/vr-slimtrak-anixter.sh -O - | sh

Load eTurns application[edit | edit source]

opkg install python3 python3-modules python3-pyvenv
cd /opt/
pyvenv-3.5 venv
source venv/bin/activate

pip install toml
pip install marshmallow
pip install aiohttp
pip install protobuf
pip install requests
pip install http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/src/vrreader-api-py3/dist/VRReaderAPI-1.1.0-py3-none-any.whl

cd /opt/
opkg install subversion
svn co http://svn.crm.ventureresearch.com/svn/linux/py3apps/eturns-portal triggermode

cp /opt/triggermode/triggermode.service /lib/systemd/system/triggermode.service
systemctl daemon-reload
systemctl enable triggermode
systemctl start triggermode