GithubHelp home page GithubHelp logo

webprojekt's Introduction

Setup Website on Ubuntu

Download and install Virtual Box

https://www.virtualbox.org/wiki/Downloads

Download Ubuntu ISO

https://ubuntu.com/download/desktop

Create Virtual Machine in Virtual Box

  1. Open VirtualBox and select New
  2. Choose your guest OS (Ubuntu Linux)
  3. Set your RAM on 2048 GB or more
  4. Default Settings for everything else
  5. Finish the installation as normal install.
  6. On VirtualBox main window, select START and pick your MEDIA SOURCE. In your case, select the .iso on your desktop.
  7. Install Guest Additions

Setup Ubuntu with Lamp Stack

  1. Skip all the intro stuff of the Ubuntu installation menu

  2. Start Terminal and execute all the following statements

     sudo apt update && sudo apt upgrade -y
    
     sudo apt install tasksel vim mc -y 
    
     sudo tasksel install lamp-server 
    
     sudo apt install php-xml
    
     service apache2 restart
    
  3. Check if you now have the /var/www/html/

Start the Webpage

  1. Extract the folder with the code and paste it into the /var/www/html/
  2. Remove index.html file from /var/www/html/
  3. Open page in browser http://localhost/Webprojekt/
  4. You should see the Startpage

Rewrite apache

  1. sudo a2enmod rewrite
  2. sudo nano /etc/apache2/apache2.conf

find

<Directory /var/www/>
	Options Indexes FollowSymLinks
	AllowOverride None
	Require all granted
</Directory>

change to

AllowOverride All
  1. service apache2 restart

Webpage erstellt von Tim Scheit, Jannik Nitsche, Lena Siegle

webprojekt's People

Contributors

pappletec avatar lifeisbetterwithlena avatar justanotherbonobo avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

webprojekt's Issues

XML-Database

  • Create XML file
  • Create XML scheme
  • Create method to convert XML data to PHP-objects

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.