Giter Site home page Giter Site logo

dhbw-summercamp's Introduction

DHBW Summercamp

forthebadge

Dependencies

  • NodeJS
  • MySQL Server
  • Ubuntu/Debian packages
    • nginx
    • mysql-server
    • build-essential
    • git
    • zip
    • curl
    • php7.0 & friends
    • sudo apt-get install -y curl zip nginx mysql-server build-essential git php7.0 php7.0-cli php7.0-fpm php7.0-mcrypt php7.0-mysql php7.0-mbstring php7.0-curl php7.0-dom

Setup

  1. cp .env.example .env
  2. MySQL Datenbank Verbindung in .env eintragen
  3. composer install
  4. bower install (als root: --allow-root!)
  5. npm install (unter Windows: --no-bin-links!)
  6. php artisan key:generate
  7. php artisan migrate
  8. php artisan db:seed
  9. gulp

Scripts

  • npm run dev - Development Build
  • npm run prod - Production Build

Admin User

  1. Datenbank Tabelle users in GUI öffnen
  2. Neuen Eintrag erstellen
  3. Passwort Hash auf bcrypt Online Seite generieren
  4. Hash in password Spalte eintragen
  5. Spalte role auf admin setzen

Deployment

  1. wget http://deployer.org/deployer.phar
  2. mv deployer.phar /usr/local/bin/dep
  3. chmod +x /usr/local/bin/dep
  4. cp servers.example.yml servers.yml
  5. Zugangsdaten in servers.yml eintragen

Docker

Wiki

dhbw-summercamp's People

Contributors

marc1404 avatar schempil avatar beevelop avatar

Watchers

James Cloos avatar  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.