SPARCS Wheel Seminar 08/01/14 심규현 (spotlight). 1 of 6 Web Application  A web application is an application that is accessed via web over a network such.

Slides:



Advertisements
Similar presentations
FIRST SESSION - XAMPP Jeongmin Lee.  Jeongmin Lee  CS  PHD  Machine Learning, AI  Web System Development.
Advertisements

Dan Fleck.  WAMP – Windows Apache MySQL PHP -  LAMP – Linux Apache MySQL PHP ◦ There are.
Windows Apache MySQL PHP Radoslav Georgiev Telerik Corporation
sudo mkdir -p /var/lib/iHRIS/lib/4.1.3 cd /var/lib/iHRIS/lib/4.1.3 sudo wget ad/ihris-suite tar.bz2.
雲端計算 Cloud Computing Lab - EyeOS. Agenda Installation Programming.
Creating WordPress Websites. Creating a site on your computer Local server Local WordPress installation Setting Up Dreamweaver.
Business Circle Useful Social Networking Charles Brexel.
Installasi Wordpress di Linux. Intallasi web server + php + mysql # apt-get install apache2 php5 mysql-server php5-mysql # apt-get install phpmyadmin.
Server Side Programming Web Information Systems 2012.
LING 408/508: Programming for Linguists Lecture 16 October 16 th.
Dynamic Web site With PHP and MySQL. MySQL The combination of MySQL database and PHP scripting language is optimum for building dynamic websites. MySQL.
Bangkok, Thailand Smokeping & Cacti intERLab at AIT Workshop March – Bangkok, Thailand Hervey Allen.
Securing LAMP: Linux, Apache, MySQL and PHP Track 2 Workshop PacNOG 7 July 1, 2010 Pago Pago, American Samoa.
SEEM4570: XAMPP, Eclipse, Summary of Html Kangfei Zhao Room 711,ERB
SYST Web Technologies SYST Web Technologies Installing a Web Server (XAMPP)
PHP and MySQL Week#1  Course Plan.  Introduction to Dynamic Web Content.  Setting Up Development Server Eng. Mohamed Ahmed Black 1.
CS 4720 Anatomy of a Web Application CS 4720 – Web & Mobile Systems.
TOPIC 1 – SERVER SIDE APPLICATIONS IFS 234 – SERVER SIDE APPLICATION DEVELOPMENT.
Web Server Configuration Alokes Chattopadhyay Computer & Informatics Centre IIT Kharagpur.
A Practical Guide to Fedora and Red Hat Enterprise Linux Unit 10: Basic Apache Configuration and Management Chapter 26: Apache (httpd): Setting Up a Web.
The Network Management Lab pc pc pc pc pc Virtual Servers Your Laptop.
Server works - HTML5 - CSS3 - Bootstrap 3.x. Likipe Servers Dev ServerProduction Server TypeShared HostVirtual Private Server Urlweb1.likipe.se/web2.likipe.se“Real.
MCDevOps Infrastructure In One Hour. Sponsors Improving Enterprises Software Development.
A few Linux basics Network Monitoring & Management.
Taipei, Taiwan Smokeping & Cacti APRICOT 2008 Workshop February – Taipei, Taiwan Hervey Allen.
Package Management. Basic Commands apt-get install : install package + dependencies apt-get remove : removes the package not dependencies apt-get autoremove.
Advanced PHP: Using PHP with MySQL C. Daniel Chase The University of Tennessee at Chattanooga.
WAMP server AppServer phpMyAdmin DB creation with phpMyAdmin.
How to setup a Linux Web Server and use it to monitor your home SPEAKER: JESSICA DEEN – SYSTEMS INTEGRATION ENGINEER – SPK AND ASSOCIATES,
Database Concepts CPTE 212 3/19/2015 John Beckett.
Apache Web Server Quick and Dirty for AfNOG 2015 (Originally by Joel Jaeggli for AfNOG 2007) ‏
Centreon Deployment Chris Scicluna
Ozan Şahin Ömer Üçler.  Purpose of Project  Used Technologies  Database Design  Problems&Solutions  Use Case’s  Demo.
New Delhi, India Smokeping/Cacti/Munin SANOG 10 Workshop August 29-Sep 2 – New Delhi, India Hervey Allen.
Ruby on Rails on Ubuntu Bradley Taylor Rails Machine, LLC
1 Session 1: Introduction to PHP & MySQL iNET Academy Open Source Web Development.
XAMPP Introduction to Web Programming Kirkwood Community College Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved Web Server Software Distribution.
Linux Services Configuration
Install and Configure PHP: XAMPP, LAMP, IDEs PHP, CGI, Web Server. XAMP / LAMP / PHP in IIS. PHP IDEs SoftUni Team Technical Trainers Software University.
PHP “Personal Home Page Hypertext Pre-processor” (a recursive acronym) Allows you to create dynamic web pages and link web pages to a database.
WAMP Server Installatin Shiyun Wen. WAMP Server Installation  WAMP Server is an integrated installation of Apache, MySQL, and PHP for Windows. Following.
Web Server Content What is web server Web Server working concept ◦ Static document ◦ Dynamic document ◦ Client side Processing Easy.
PhpMyAdmin Matthew Walsh April 28, 2003 CMSC Shawn Sivy.
SQOOP INSTALLATION GUIDE Lecturer : Prof. Kyungbaek Kim Presenter : Zubair Amjad.
Server Side Scripting. Common Gateway Interface (CGI) The web is a client-server system.
Web Server Apache PHP HTTP Request User types URL into browser Address resolved if nec. We use directly Most browsers request.
Client Side Requirement Unity3d game engine web plug-in Browser, Firefox, safari, IE, opera.
How Web Database Architectures Work CPS181s April 8, 2003.
(ITI310) By Eng. BASSEM ALSAID SESSIONS 10: Internet Information Services (IIS)
Installing Koha Presented By Aaron R. Williams KOHA North American Users Group.
Web Security Chien-Chung Shen Introduction Web security addresses the issues that are specific to –how web servers present their content.
Introduction to MySQL  Working with MySQL and MySQL Workbench.
Multi-Domain Hosting CPTE 212 “Missing Slides” for 1/22/2015 John Beckett.
MySQL Introduction. Outline MySQL Introduction & Installation MySQL Command-Line Tool MySQL Workbench Introduction MySQL with Python Code Example.
Building Your Own Website Using:. Install & configure LAMP. Download WordPress and run it as a local website on your Raspberry Pi. Configure WordPress.
WordPress and Etherpad with BlueMix and Docker. Our aim is to run on BlueMix containers (now in beta) these two famous services In the BlueMix dashboard,
Wordpress. What is Wordpress? Wordpress is a content management system. It is free and easy to use. It allows you to build dynamic websites It is built.
Outline  XAMPP  XAMPP Install  Put php and HTML documents  Windows and Mac Version  Security.
Linux Basics Part 2. VIM Editor vi improved Installed on most Linux machines Can be a bit confusing at first... o Cheat sheets FTW Other popular editors:
LINUX SERVER BUILD & SECURITY CONFIG N.E.T LAB Junior, 05 HJS Sophomore, 04 PJK Network Engineer Training Laboratory.
Linux, Apache, MySQL, PHP/Python/PERL ● a.k.a. LAMP ● Standard set of tools for configuring a Linux-based web server with database & interfacing capabilities.
Installing iHRIS Install iHRIS Manage on an Ubuntu System
CONTENT MANAGEMENT SYSTEM CSIR-NISCAIR, New Delhi
Chapter 5 Linux Services
Install WordPress with Xampp
Identity Provider in a Box
PHP XAMPP is webhosting for windows - Apache : HTTPD for Web Server - MySQL : Database Server - PHP : Interpreter - PHPMyAdmin - Filezilla : FTP Server.
Supercharge your website with Cherokee, Varnish, and MariaDB
XAMPP.
Presentation transcript:

SPARCS Wheel Seminar 08/01/14 심규현 (spotlight)

1 of 6 Web Application  A web application is an application that is accessed via web over a network such as the Internet or an intranet.  Commonly Structured as a three-tiered application.  A web browser, an engine using some dynamic web content technology, and a database.

2 of 6 LAMP  Linux  Apache  MySQL (Postgres 등 다른 DBMS 도 있다.)  PHP (PHP 인터프리터를 웹서버 모듈로 사 용시에 CGI 프로그램으로 사용하는 것 보다 성능 향상을 가져온다.)

3.1 of 6 Ubuntu 에서 APM 설치하기 1. Apache 설치 $ sudo apt-get install apache2 2. MySQL 인증을 위한 모듈 설치 (optional) $ sudo apt-get install libapache2-mod-auth-mysql 3. MySQL 설치 $ sudo apt-get install mysql-server mysql-client 4. PHP 설치 $ sudo apt-get install php5-common php5 libapache2-mod-php5

3.2 of 6 Ubuntu 에서 APM 설치하기 5. PHP 와 MySQL 연동을 위한 모듈 설치 $ sudo apt-get install php5-mysql 6. Apache 를 재시작 한다. $ sudo /etc/init.d/apache2 restart 7. MySQL 이 정상적으로 작동되는지 확인 $ sudo netstat –tap | grep mysql (tcp 0 0 localhost::mysql *:* LISTEN)

3.3 of 6 Ubuntu 에서 APM 설치하기 8. PHP 가 정상적으로 작동되는지 확인 $ sudo vi /var/www/phpinfo.php 을 삽입 9. 웹 브라우저를 열고 다음 주소를 입력 을 설치한 서버 주 소 )/phpinfo.php

4 of 6 MySQL 관리  $ mysql –u root –p  mysql> SET PASSWORD FOR -> root=PASSWORD(‘new password’); mysql> FLUSH PRIVILEGES;  mysql> GRANT ALL PRIVILEGES ON *.* TO -> IDENTIFIED BY -> ‘spotlight_passwd’; mysql> FLUSH PRIVILEGES;

5 of 6 phpMyAdmin  에서 다운로드 후 웹서버 홈 디렉토리에 또는 그것의 하위 디 렉토리에 압축을 푼다. ( /SPARCS/www/htdocs/ )  설정 파일 : # sudo cp config.sample.inc.php config.inc.php → $cfg['Servers'][$i]['auth_type'] = 'http';

6 of 6 Settings (SPARCS)  /etc/apache/httpd.conf (httpd 데몬 설정파일 ) → DocumentRoot /SPARCS/www/htdocs (apache2 에서는 /etc/apache2/httpd.conf)  /etc/mysql/my.cnf (MySQL 설정파일 ) encoding, port 등 설정

감사합니다