You can activate and find the API_KEY here: https://conference-hall.io/organizer/event/<EVENT_ID>/edit/integrations
Clone this repo and execute ./gradlew fatJar
If needed, you may use ./gradlew clean
to clean the build directories.
java -jar build/libs/conference-hall-toolkit-all.jar stats --event <EVENT_ID> --api-key <API_KEY>
java -jar build/libs/conference-hall-toolkit-all.jar check --event <EVENT_ID> --api-key <API_KEY>
Note: Already known talks with issue can be define into the local KNOWN_TALKS_WITH_DATA_ISSUE.txt
file
java -jar build/libs/conference-hall-toolkit-all.jar gen --event <EVENT_ID> --api-key <API_KEY>
Notes: Selected talks should be define into the local selected.txt
file
Content are generated into the local content
folder
-
Update the
Formulaire Sponsors.csv
by downloading it at https://docs.google.com/forms/d/1OzB5Y8f8mHt4WP2EH28hD3iFABVebrdb44BHvhfjm3o/edit#responses -
Update the
manual-sponsor.json
file to setcategory
,logoExtension
, andjobs
. WARNING, check the logo extension ! -
Build content file
java -jar build/libs/conference-hall-toolkit-all.jar sponsor
Content are generated into the local content/partners
folder
- Copy missing sponors file to site
- In the site project, UPLOAD into
static/images/partners/
folder the log USING THE NAME define into the content file - Complain to sponsors who have misfilled the form
- Follow site instruction to test and push data