I'm trying to create a web app that consumes the OpalStack API.
Where do I find info on abbreviations ?
Like AppTypeEnum - [ STA, NPF, APA, CUS, SLS, SLP, SLN, SVN, DAV ]
What app does each one of the above represent ?
I'm trying to create a web app that consumes the OpalStack API.
Where do I find info on abbreviations ?
Like AppTypeEnum - [ STA, NPF, APA, CUS, SLS, SLP, SLN, SVN, DAV ]
What app does each one of the above represent ?
When you create a "Django" or "Wordpress" app you're creating one of the basic app types with the addition of the installer URL, ie:
The current installer URLs are the raw Github URLs for the various install scripts in our public installer repo:
If you want to make your own installer you can use any of those scripts as a guide then host the script as a static file somewhere and include its URL when you call app/create
.
This is superb information - thanks.