Skip to content

AfeefaDe/bitbaum

Repository files navigation

Old Bits und Bäume – Conference Website


The new (by 2022-08) website is maintained in https://github.com/bitsundbaeume/bits-und-baeume.org

This repo is leagacy.





dev setup

quick:

# start php server, browsersync and app building via..
$ ./work.sh

detailed:

# install node dependencies
$ npm install

# make sure to have mysql server running loaded with a proper bitbaum db

# serve via php server
$ php -S localhost:8010 -t public/

# starts sass compiling and opens browser window with browsersync
$ npm run dev

# install composer dependencies
$ cd public/master
$ composer install

live setup

$ npm install
$ npm run build
$ cd public/message
$ composer install
  • adapt .example configuration files in public/config
    • db.ini is used to connect to the supporters-database
    • secrets.ini is used to integrate the twitter feed
    • auth.ini is for authenticating the form
  • serve public/

prozedere

  • email nach verifizierung löschen? 2 probleme:
    • benachrichtigung über veröffentlichung
    • widerrufsrecht

About

Bits & Bäume – Die Konferenz für Digitalisierung und Nachhaltigkeit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published