Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.
/ versions Public archive

Version control for Lightspeed Retail, WebStore and Bronze

Notifications You must be signed in to change notification settings

lightspeedretail/versions

Repository files navigation

versions

Version control for LightSpeed Cloud, Web Store, and Bronze

If you edit versions.json, validate it somehow please.

For example, it is possible to do it in the following way:

./set_version.py --product='cloud' --environment='staging' \
    --version='staging-2014-01-09-2030' \
    --comment='Squirrels made me do it'

or

./set_version.py -p 'cloud' -e 'staging' \
    -v 'staging-2014-01-09-2030' \
    -c 'Squirrels made me do it'

Additional help may be obtained by running it this way:

./set_version.py --help

or

./set_version.py -h

Setup Instructions for tests

OSX

.. note :: These settings will be updated to use the newer python 2.7.5 version in a later commit. ::

sudo /usr/bin/easy_install pip
sudo /usr/local/bin/pip install virtualenv
/usr/local/bin/virtualenv venv
source activate.sh
pip install -r requirements.txt

About

Version control for Lightspeed Retail, WebStore and Bronze

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published