Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
/ hewbot-app Public archive

This is the website application which controls the orchestration of hewbot(s) http://hewbot.com

License

Notifications You must be signed in to change notification settings

Dynamictivity/hewbot-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hewbot-app

This is the website application which controls the orchestration of hewbot(s) for http://hewbot.com

Docker Image

You can pull the latest docker image from https://hub.docker.com/r/travisrowland/hewbot-app/

Configuration

Read and edit config/app.php and setup the 'Datasources' and any other configuration relevant for your environment.

Installation

  1. Download Composer or update composer self-update
  2. Run composer install to setup the application dependencies
  3. Run bin/cake migrations migrate to populate the database
  1. Run bin/cake server -H 0.0.0.0 to start the application
  2. Proceed to http://localhost:8765/admin/users/add to create your user

You should now be able to visit the path to where you installed the app and see the setup traffic lights.

Creating an account

Access http://localhost:8765/users/register and fill out the fields.

If you choose #1, you need to do some extra steps:

  1. Fetch your token from the database. (Users table, token column)
  2. Then go to http://localhost:8765/users/confirm/TOKEN where TOKEN is the token.
  3. Update the is_admin field to 1 to enable admin access

About

This is the website application which controls the orchestration of hewbot(s) http://hewbot.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages