CBL centric expansion for SlateAdmin
- Commit or merge changes into the
master
branch - Run from the root of the repository:
./update-build.sh
- Inspect new commits to
builds/v1
branch - Push
builds/v1
branch:git push origin builds/v1
- Push tags:
git push --tags
- Add release notes to new tag on GitHub
- Copy sample
slate-cbl-admin.php
git config script into site - Visit
/git/status
and initialize theslate-cbl-admin
layer - Return to
/git/status
and click Disk → VFS for theslate-cbl-admin
layer
- Follow SlateAdmin's README section on getting started with development
- Verify that you can load SlateAdmin and browse people using
?apiHost=dev-cbl-tasks.node0.slate.is
- Clone the
slate-cbl-admin
repository somewhere outside the slate-admin repository cd slate-admin/sencha-workspace/packages
ln -s ../../../slate-cbl-admin/sencha-workspace/packages/*/ .
: Symlink all slate-cbl-admin packages into slate-admin packages directorycd ../SlateAdmin
- Add
slate-cbl-admin
to therequires
array withinapp.json
sencha app build