Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

kthackse/join

Repository files navigation

KTHAIS

KTHack join page

KTHAIS

Requirements

  • PHP 7.2 or greater
  • Composer
  • MySQL

Deploy

  1. Clone repository to your computer with git clone https://github.com/kthackais/join && cd join
  2. Install PHP and MySQL if needed, run composer install
  3. Run mysql < db/db.sql to create the database
  4. Create user and set the password with CREATE USER '[USERNAME]'@'localhost' IDENTIFIED BY '[PASSWORD]';
  5. Give privileges to the user with GRANT ALL PRIVILEGES ON team.* TO '[USERNAME]'@'localhost'; FLUSH PRIVILEGES;
  6. Move .env.example to .env and modify it with the corresponding [USERNAME] and [PASSWORD]
  7. Update the Sendgrid API key in .env with your own

License

MIT © KTH Artificial Intelligence Society