Attune automates and orchestrates processes to streamline deployments, scaling, migrations, and management of your systems. The Attune platform is building a community of sharable automated and orchestrated processes.
You can leverage the publicly available orchestrated blueprints to increase your productivity, and accelerate the delivery of your projects. You can open-source your own work and improve existing community orchestrated projects.
The Attune Community Edition can be downloaded for free from our ServerTribe website. You can learn more about Attune through ServerTribe's YouTube Channel.
To clone this project into your own instance of Attune, follow the Clone a GIT Project How To Instructions.
This Project contains the following Blueprints.
Name | Type | Script Reference | Comment |
---|---|---|---|
App Build Directory | Text | appbuilddirectory |
The local macOS directory where the app will be built. |
App Build Version | Text | appbuildversion |
Example 12345678 |
App Display Name | Text | appdisplayname |
|
App Dot Version | Text | appdotversion |
Example 1.2.3.4 |
App Environment | Text | appenvironment |
DEV, TEST, UAT, PROD |
App Export Directory | Text | appexportdirectory |
The directory where apps will be placed. /Users/peek/Downloads |
App Icon File Name | Text | appiconfilename |
The app icon to use. |
App ID | Text | appid |
The AppId to build Peek with, EG, com.synerty.peek |
App Peek Hardcoded Host | Text | apppeekhardcodedhost |
|
App Peek Hardcoded Host Port | Text | apppeekhardcodedhostport |
The port for the app to connect to, for example 443 |
App Peek Hardcoded Host Use SSL | Text | apppeekhardcodedhostusessl |
true or false |
App Primary Colour | Text | appprimarycolour |
Leave unset for production. For DEV, TEST, etc, set this to the background colour you'd like the app to use, EG #ff9900 |
Build for Production | Text | buildforproduction |
Values: true or false |
macOS Host | Linux/Unix Node | macoshost |
The macOS host to build the app on. |
macOS User | Linux/Unix Credential | macosuser |
The unix user to login to the macOS host with |
NG Build for Production | Text | ngbuildforproduction |
true or false |
Peek Field App Source Linux User | Linux/Unix Credential | peekfieldappsourcelinuxuser |
|
Peek Field App Source Node | Linux/Unix Node | peekfieldappsourcenode |
The Peek server running the peek field service that we can pull the peek_field_app from. |
Peek Field Service Host / IP | Text | peekfieldservicehostip |
The hostname or IP address used to for the Peek Field App talk to the Peek Field Service |
Peek Field Service Port | Text | peekfieldserviceport |
The TCP Port used to for the Peek Field App talk to the Peek Field Service |
Peek Field Service - Use SSL | Text | peekfieldserviceusessl |
true or false - Should the Peek Field App expect to use SSL to talk to the Peek Field Service |
XCode Auto Code Sign Style | Text | xcodeautocodesignstyle |
Values: true or falce |
XCode Provisioning Profile Name | Text | xcodeprovisioningprofilename |
|
XCode Provisioning Profile UUID | Text | xcodeprovisioningprofileuuid |
|
XCode Team | Text | xcodeteam |
Name | Type | Comment |
---|---|---|
peek_field_app | Large Archives | SSH to the peek server, and run the following ```````[ "${USER}" == 'peek' ] |
Peek Icons | Version Controlled Files |
The collective power of a community of talented individuals working in concert delivers not only more ideas, but quicker development and troubleshooting when issues arise.
If you’d like to contribute and help improve these projects, please fork our repository, commit your changes in Attune, push you changes, and create a pull request.
Please feel free to raise any issues or questions you have.
Thank you