Skip to content

TheCitizenCrew/BotQ

Repository files navigation

BotQ

! Work in progress !

Work in progress

Code Climate Test Coverage

"BotQ" aka "Bot Queue" permit to manage input and output of robots and pilot them.

RoadMap

  • Design architecture
  • Data => see https://github.com/TheCitizenCrew/BotQ/wiki
  • Html Client Frontoffice
  • Html Client Engine
  • Html Client IHM
  • Html Client Backoffice
  • Html Client Engine
  • Html Client IHM
  • Android stuff
  • Android Client
  • Android device Gateway
  • Server

Server Installation

### Dependencies

Php, Lumen, CDNJs, Bootstrap, JQuery, Leaflet

Use "composer".

Web server

nginx

...
location / {
	try_files $uri $uri/ /index.php?$query_string ;
}
...

Installation

http://botq.localhost

Html Client

http://botq.localhost/clients/HtmlCli/htmlCli.html

Android Client

TODO

Php Client

TODO

Dev tools

Filling the database

Look at database/seeds/ChannelsAndMessagesSeeder.php to differents messages sets, then

./artisan migrate:refresh --seed

ezefdsf