Tech Portal is Équipe Team 3990: Tech for Kids (Collège Regina Assumpta, Montréal, QC) work portal, letting team members view and manage internal news to students, mentors and parents, view mentors schedules and Tech Lab opening hours, manage meetings and activities, search in the team's contacts list and manage users profiles and permissions.
Tech Portal is live at http://portail.team3990.com
- (Optional) Install Composer
curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer - Upload Tech Portal into a repository on a server, i.e.:
/www/portal - Create a new MySQL database. Edit
app/config/database.phpwith the corresponding settings for the server. - Run Laraval database migrations with
php artisan migrate - Cleanup Laravel autoload with
composer dumpautoloadorphp artisan dump-autoload - Either create a subdomain like portal.team3990.com or test serve with
php artisan serve.
Tech Portal is open-sourced software licensed under the MIT license