Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonaylor89/conjr
Because sometimes Google sheets is your databases
https://github.com/jonaylor89/conjr
provisioning sheets-api
Last synced: about 1 month ago
JSON representation
Because sometimes Google sheets is your databases
- Host: GitHub
- URL: https://github.com/jonaylor89/conjr
- Owner: jonaylor89
- Created: 2019-05-30T20:22:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-12T20:09:49.000Z (about 5 years ago)
- Last Synced: 2024-05-01T16:50:56.601Z (8 months ago)
- Topics: provisioning, sheets-api
- Language: Go
- Homepage:
- Size: 2.22 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# conjr
---------------------------
## TODO
- [x] Downlaod Kaltura Installer
- [x] Install Kaltura Classroom
- Using custom string from configurations
- [x] Run Kaltura classroom
- [x] Close Kaltura classroom after 2 seconds
- This'll generate localSettings.json to get the resourceID
- [x] Add serial number to google sheet is it isn't already in there
- Serial Number
- ResourceID
- Hostname
- IP
- MAC
- [_] Generate localSettings off of a template instead of just updating resourceID------------------------------
## Description
Configuring and Reporting for LCC Post-Install.ps1 script.
This is a script to be run after post installation that ensures installation occured correctly based on a Google Sheet
---------------------------
## Building
This is meant to build into a windows exe
```sh
~$ env GOOS="windows" go build
```--------------------
## Installer format
```
C:> msiexec.exe /i $file_location /qn /norestart INSTALLDIR="T:\Kaltura\Classroom" ADDLOCAL=ALL KALTURA_RECORDINGS_DIR="T:\Kaltura\Classroom\Recordings\" KALTURA_URL=https://www.kaltura.com/ KALTURA_APPTOKEN=b17a48a9551d8b44076004458c3226a9 KALTURA_APPTOKEN_ID=1_3ma5nq5l KALTURA_PARTNER_ID=1888231 INSTALLDESKTOPSHORTCUT=0 INSTALLPROGRAMSSHORTCUT=1
```