Created
May 24, 2017 20:11
-
-
Save Shaglock/32b5661f2e95558d9c5a7bb473b5b27a to your computer and use it in GitHub Desktop.
Ostis ui component sample install script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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