Skip to content

lobbykit/intra

Repository files navigation

LobbyKit Intra

Packagist Packagist

Vision

Intranet based on WordPress and open source components/services only

** WORK IN PROGRESS **

Team Communications

Next step in development

Trello Please follow the open board at Trello!

Design

Open to suggestions but we base our product on Twitter Bootstrap 4 at the moment. Meanwhile we are going to use the Moduler-Admin-Html as a base.

Services

  • PHP 7
  • Mysql 5.6
  • Elasticsearch

Components

These are components implemented:

  • Bedrock
  • WordPress
  • Papi
  • Bladerunner

These are components planned to implement:

  • Travis CI
  • Style CI
  • ElasticPress

Integrations

These are integrations planned to implement:

  • Slack
  • Mandrill

Developers

To get started:

  1. Create the project with Composer, eg:
composer create-project lobbykit/intra intra
  1. Create a .env file in root with a database name (docker deploy reads the name at startup)
  2. Ensure you have a Docker instance running, eg "Default"
  3. Run vendor/bin/dep docker:up development

Contribution

...