Skip to content

Instantly share code, notes, and snippets.

@Shaglock
Created May 24, 2017 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shaglock/32b5661f2e95558d9c5a7bb473b5b27a to your computer and use it in GitHub Desktop.
Save Shaglock/32b5661f2e95558d9c5a7bb473b5b27a to your computer and use it in GitHub Desktop.
Ostis ui component sample install script
#clone ostis
git clone https://github.com/ShunkevichDV/ostis.git
cd ostis/scripts
./prepare.sh
#clone component
cd ..
git clone https://github.com/MikhailSadovsky/ostis-UI-component-sample.git
#integrate component
mv ostis-UI-component-sample/example.component/ ./
mv ostis-UI-component-sample/example_code.scs kb/
mv ostis-UI-component-sample/format.scs kb/
mv ostis-UI-component-sample/update_component.sh scripts/
cd scripts
chmod +x update_component.sh
./update_component.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment