Improvement

This commit is contained in:
matic_t
2020-07-10 04:14:45 -07:00
parent 4dab55bec0
commit e37cf198cf
2 changed files with 8 additions and 2 deletions

View File

@@ -43,6 +43,7 @@
- Give it 775 permissions (`sudo chmod 775 .`)
To deploy new test editor version:
- **Note:** This script builds current plugin version, uploads it to VPS and creates a symlink to location where server can pick them up.
- Navigate to /build and create local build_and_upload.sh script (`cp build_and_upload.sh.template build_and_upload.sh`)
- Open build_and_upload.sh file and uncomment and configure the top 4 variables
- Whenever you want to upload new plugin to lexonomy, simply run `./build_and_upload.sh plugin_name` where you specify plugin_name. If specific plugin already exists, things might go bananas