Skip to content

ide-1/hubbIT

 
 

Repository files navigation

hubbIT

Is used together with https://github.com/cthit/hubbIT-sniffer

Is build in rails...

To setup the docker development environment:

run

docker-compose up --build

And that should be it.

you should now have a server live on port 4000

To solve authentication against accounts add

0.0.0.0       local.chalmers.it

to /etc/hosts

If you use Windows. I don't know. Pray or Google it.

Testing

If you want to simulate a user that is in the hub for testing purposes you can run:

curl -X PUT -H "Authorization: Token token=<API_TOKEN>" -F "macs[]=<The mac adresses, must be in testing database>" localhost:4000/sessions

ask digIT for the api_key production key Or in development The key is set to 123456789

About

Former WhoIsInTheHub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 73.5%
  • HTML 14.1%
  • SCSS 5.7%
  • CoffeeScript 2.6%
  • Dockerfile 1.6%
  • CSS 1.4%
  • Other 1.1%