lobbykit / intra
A modern WordPress intranet
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
Type:project
Requires
- php: >=5.5
- composer/installers: ~1.0.12
- ekandreas/bladerunner: *
- johnpbloch/wordpress: 4.4.1
- mandrill/mandrill: *
- oscarotero/env: ^1.0
- vlucas/phpdotenv: ^2.0.1
- wp-papi/papi: *
- wpackagist-plugin/groups: *
- wpackagist-plugin/menu-icons: *
- wpackagist-plugin/use-any-font: *
Requires (Dev)
This package is not auto-updated.
Last update: 2024-10-26 18:54:46 UTC
README
Vision
Intranet based on WordPress and open source components/services only
** WORK IN PROGRESS **
Team Communications
Next step in development
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:
- Create the project with Composer, eg:
composer create-project lobbykit/intra intra
- Create a .env file in root with a database name (docker deploy reads the name at startup)
- Ensure you have a Docker instance running, eg "Default"
- Run
vendor/bin/dep docker:up development
Contribution
...