Skip to content

bernhardkelm/erasmus_2

Repository files navigation

Erasmus Project

Installation

  • Clone, ideally into a Homestead machine. Otherwise, make sure you have all the Laravel dependencies installed. For installing Homestead, check out the official guide.

    • If using Homestead, make sure you include the following in your Homestead.yaml:

      ....
      sites:
        - map: pluggedin.dev
        	# Change the following to match your folder structure
        	to: /home/vagrant/Code/erasmus/public
        
      databases:
        - pluggedin
    • If not using Homestead, create a MySQL database called pluggedin with username homestead and password secret for the development.

  • If you wish, you add add 192.168.10.10 pluggedin.dev to your Hosts file (on Windows C:\Windows\System32\drivers\etc\hosts, on Mac/Linux \etc\hosts)

  • Run npm install (Requires Node & NPM installed)

  • Run composer install (Requires Composer installed)

  • mv .env.example .env

  • Run php artisan key:generate

  • Run php artisan migrate --seed

About

Repository for the international WebDev Project Group 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors