Skip to content

Group Project for LBAW - 4NSWERS, a Collaborative Q&A

License

Notifications You must be signed in to change notification settings

rodeso/lbaw.4nswers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lbaw24112

4NSWERS

License: GPL v3

Instructions to run the project

Through the project's docker image

Login to docker registry and start the container:

docker login gitlab.up.pt:5050

docker run -d --name lbaw24112 -p 8001:80 gitlab.up.pt:5050/lbaw/lbaw2425/lbaw24112

Or alternatively, run it locally

git clone https://github.com/rodeso/lbaw.4nswers/

composer install
php artisan config:clear
php artisan clear-compiled
php artisan optimize

php artisan config:clear
php artisan cache:clear
php artisan view:clear
php artisan route:clear
php artisan db:seed
php artisan schedule:run
php artisan storage:link

Open in browser:

http://localhost:8001

Use the following credentials to login:

Email: rodrigoemail@4nswers.com
Password: password123

To stop and remove the container:

docker stop lbaw24112
docker rm lbaw24112

About

Group Project for LBAW - 4NSWERS, a Collaborative Q&A

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •