GithubHelp home page GithubHelp logo

jwoverschot / intro-tour Goto Github PK

View Code? Open in Web Editor NEW

This project forked from simondamminga/intro-tour

0.0 1.0 0.0 1.74 MB

Eerstejaars rondleiding tour

JavaScript 1.26% TypeScript 33.82% HTML 6.54% CSS 4.37% PHP 53.80% Vue 0.21%

intro-tour's Introduction

Dev omgeving opzetten

v-host opzetten

  1. Open kladblok als administrator
  2. Open bestand C:/Windows/System32/drivers/etc/hosts
  3. Voeg deze regel onder aan het bestand toe: 127.0.0.1 intro-tour.local
  4. Sla het bestand op

Apache v-hosts opzetten

  1. Open het bestand httpd-v-hosts.conf
    • wamp: {wamp64:install-dir}\bin\apache\apache2.4.27\conf\extra\httpd-v-hosts.conf
    • xamp: {xamp:install-dir}\apache\conf\extra\httpd-v-hosts.conf
  2. Voeg deze regels onder aan het bestand toe:
<VirtualHost *:80>
   DocumentRoot "{project root}/public"
   ServerName "intro-tour.local"
</VirtualHost>

({project root} moet je wel zelf invullen) 3. Sla het bestand op 4. Start apache opnieuw op

Laravel Configureren

.env bestand maken

  1. Maak .env bestand aan in de root folder van het Laravel project
  2. Kopieer inhoud van .env.example in het nieuw aangemaakte .env bestand
  3. Pas de informatie in het .env bestand aan aan jou instellingen
  4. maak indien nodig een database aan in phpMyAdmin
  5. Verander regel 5 van APP_URL= naar APP_URL=http://intro-tour.local

De nodige Laravel commands uitvoeren

  1. Run command composer update
  2. Run command php artisan key:generate
  3. Run command php migrate:refresh --seed om de database te vullen met de test data

Angular werkend krijgen

  1. install node.js
  2. run command npm install in intro-tour-client map (if this does not work load node installer and run repair)
  3. run command npm start of ng serve -o

Bugs aangeven

Wil je een bug melden? Volg dan de volgende stappen:

  1. Ga naar de issue pagina van onze repo om bugs te reporten
  2. Klik op de groene New Issue knop
  3. Klik op Get Started
  4. Volg de instructies in het template Dit moet wel in markdown: cheatsheet MD
  5. Klik op de Submit new issue knop

Extra informatie

Wij adviseren bij het testen van de locaties om de Chrome browser te gebruiken omdat Chrome de optie biedt om je geolocatie te manipuleren. Dit kan je doen door:

  1. Open het f12 menu
  2. Klik op de drie puntjes rechts boven de pagina van het f12 menu
  3. Klik op meer tools
  4. Zoek de optie sensors
  5. Dit opent het sensors menu
  6. Voer bij geolocation de gewenste locatie in door middel van:
    • latitude
    • longitude

Test omgeving

Komt binnenkort :)

intro-tour's People

Contributors

simondamminga avatar thomasbuitelaar avatar bastiaanhers avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.