Chapter 8: Open Source Web Applications phpMyAdmin Wordpress Coppermine phpBB.

Slides:



Advertisements
Similar presentations
WordPress Installation for Beginners Sheila Bergman
Advertisements

WordPress from Start to Finish Day 1: Installing and Using WordPress Looking at the WordPress database.
MySQL Installation Guide. MySQL Downloading MySQL Installer.
SOFTWARE PRESENTATION ODMS (OPEN SOURCE DOCUMENT MANAGEMENT SYSTEM)
Content Management, Working with WordPress Pavel Ivanov Telerik Corporation
Content Management, Working with WordPress Svetlin Nakov Telerik Corporation
The Division of Labor on a Campus Hosting Open Journal Systems and Open Conference Systems.
Blogging & Podcasting with WordPress & podPress Gilbert Detillieux November 9, 2010 MUUG Meeting.
Getting Started with Wordpress Install, Theming, Plugins & Security Simple steps to building with Wordpress.
Install WordPress with Xampp. By With Thanks to: Rupesh Kumar.
+ Team Members Evaluation and Implementation of Web 2.0 Technologies in Support of CReSIS Polar and Cyberinfrastructure Research Projects at Elizabeth.
INSTALLATION OF WORDPRESS. WORDPRESS WordPress is an open source CMS, often used as a blog publishing application powered by PHP and MySQL. It has many.
Content Management, Working with WordPress Svetlin Nakov Telerik Corporation
UWWD In our quest to eliminate bad websites, we present…. HALLELUJAH!!
Web Hosting Control Panel Always FREE to try for 30 days no obligation, our web hosting control panel has been created to provide you with all the tools.
JOIN A COMMUNITY OF 80,000 E-COMMERCE SITES WORLDWIDE.
Using the Facilities “FTP Site” Uploading Files
About the CMS WordPress A brief overview of both Wordpress.org & WordPress.com WordPress is one of the most popular content management and blog publishing.
Dynamic Web site With PHP and MySQL. MySQL The combination of MySQL database and PHP scripting language is optimum for building dynamic websites. MySQL.
Tutorial Building Free Website.
Sahil Narang What is CMS? A content management system (CMS) is a computer application that allows publishing, editing and modifying content,
Open Source Software WampServer Presented By Mr. R.Aravindhan.
E-Commerce LAB#1 Samia alblwi1E-Commerce ( IS412) 2011.
Appendix: Installing AMP (Apache + MySQL + PHP). Training Course, CS, NCTU 2 AMP  AMP A – Apache Web Server M – MySQL Database Server P – PHP Language.
Session 5: Working with MySQL iNET Academy Open Source Web Development.
Apache, MySQL and PHP Installation and Configuration Chapter 4 XAMPP Installation and Configuration.
Websites 101 Technology Committee UPSOM. Web Class – Goals  Make a simple web page (or series of pages)  Upload that page to the internet  Feel comfortable.
1 Install FTP for Curriculum Development Professional Development Training.
Apache, MySQL and PHP Installation and Configuration Chapter 3 PHP Installation and Configuration.
Customer Relationship Management. Content CRM SugarCRM System Requirement Installation Process Configuration.
Ways to manage DB in MySQL cs346. Six ways to CREATE and INSERT INTO tables Modelocalremotelocalremotewindow WhereMysql console Putty; Mysql console Mysql.
University of Illinois at Urbana-Champaign A Unified Platform for Archival Description and Access Christopher J. Prom, Christopher A. Rishel, Scott W.
Installing and Using MySQL and phpMyAdmin. Last Time... Installing Apache server Installing PHP Running basic PHP scripts on the server Not necessary.
Advanced PHP: Using PHP with MySQL C. Daniel Chase The University of Tennessee at Chattanooga.
ISYS 475 Project: Customizing a Zen Cart E-Commerce Site.
Web Server/Services Web Server/Services pyhsu. Computer Center, CS, NCTU 2 FAMP(FreeBSD+Apache+MySQL+PHP)  Apache 2.2 (40%) /usr/ports/www/apache22 apache22_enable="YES"
IsisOnline Manual Publishing your CDS/ISIS databases is very easy! Ismail Fahmi KMRG ITB.
CERN-PH-SFT-SPI August Ernesto Rivera Contents Context Automation Results To Do…
How to make and publish a web page. Create a folder.
X-MAGE (Content Management System) Progress Report Georgi Kindov Ilian Alexiev Tenyo Grozev Advisor: Prof. Ausif Mahmood Spring 2004 Senior Project.
Web Hosting Control Panel. Our web hosting control panel has been created to provide you with all the tools you need to make the most of your website.
Apache, MySQL and PHP Installation and Configuration Chapter 2 MySQL Installation and Configuration.
WAMP Server Installatin Shiyun Wen. WAMP Server Installation  WAMP Server is an integrated installation of Apache, MySQL, and PHP for Windows. Following.
Setting up Dreamweaver to use your local WAMP testing Server
One Click Install Melanie Adcock
PhpMyAdmin Matthew Walsh April 28, 2003 CMSC Shawn Sivy.
Web Server/Services Web Server/Services huanghs. Computer Center, CS, NCTU 2 FAMP(FreeBSD+Apache+MySQL+PHP)  Apache 2.2 (35%) /usr/ports/www/apache22.
By Rina Juliana ; Meryan Itoanna ; Riska Nurmalia CREATE A WEBSITE BY OFFLINE.
Moodle 2 on USB Drive (Portable) By Ramzan Jabbar IT Engineer Doncaster Deaf College.
Here are some things you can do while you wait 1.Open your omeka.net site in your browser (e.g. 2.Open.
Installing a Moodle Test Site The painless and easy way.
Joomla Awdhesh Kumar Singsys Pte Ltd. What is Joomla? Joomla is an award-winning content management system (CMS), which enables you to build Web sites.
Installing and Configuring Moodle. Download Download latest Windows Install package from Moodle.orgMoodle.org.
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.
H OW TO INSTALL W ORDPRESS MANUALLY Enukesoftware.com.
How to use Drupal Awdhesh Kumar (Team Leader) Presentation Topic.
Moodle Install Guide Team 5 안정현 김현수 주채진 조수아. Moodle Install Enter moodle.org web site -> Go to Standard Moodle Packages in Downloads.
Wordpress Overview Wordpress is an open-source and free Web publishing application, content management system( CMS) and blogging tool built by a community.
Migrating Wordpress Migrating Wordpress can sometimes get more complicated as it should. There is no plugin that does this for you, the best way is to.
Promoting literacy in a computer- literate way: how to build and maintain a not for profit website.
Introduction to PHP and MySQL – Creating Database-Driven Websites
Setup a PHP + MySQL Development Environment
WEB APPLICATION TESTING
Web Hosting yicyuan.
Install WordPress with Xampp
WordPress “WordPress is a free and open source blog publishing application.” Christina Vasileiou Database management system.
Hidaya Institute Of Science & Technology
Easy Way to Reset WordPress Admin Password on Localhost? Guided By: WPGLOBALSUPPORTWPGLOBALSUPPORT.
Step by step instructions to Add an Admin User in WordPress utilizing FTP Guided By: - WPGLOBALSUPPORTWPGLOBALSUPPORT.
Presentation transcript:

Chapter 8: Open Source Web Applications phpMyAdmin Wordpress Coppermine phpBB

Training Course, CS, NCTU 2 phpMyAdmin (1)  phpMyAdmin can manage a whole MySQL server as well as a single database.  Official Site:  Characteristics Browser-based, Supporting PHP5, MySQL 4.1 and 5.0, Open Source  Installation Steps 1.Download latest version from official site 2.Unzip the archived file. 3.Read documents: Documentation.html 4.copy config.sample.inc.php  config.inc.php Set auth_type to cookie Set blowfish_secret to any random string Browse the phpMyAdmin, and login.

Training Course, CS, NCTU 3 phpMyAdmin (2)

Training Course, CS, NCTU 4 phpMyAdmin (3)

Training Course, CS, NCTU 5 Wordpress (1)  A personal publishing platform (BLOG) with a focus on aesthetics, web standards, and usability.  Official Site:  Installation Steps 1.Download latest version from official site 2.Unzip the archived file. 3.Read documents: readme.html 4.Adding one new database for wordpress.(you can use phpMyAdmin) 5.Copy wp-config-sample.php  wp-config.php Change database name, user/pass, MySQL hostname 6.Browse the wordpress, click the link of install.php Following the installation steps, get the admin password. 7.Browse the wordpress again.

Training Course, CS, NCTU 6 Wordpress (2)

Training Course, CS, NCTU 7 Wordpress (3)

Training Course, CS, NCTU 8 Wordpress (4)

Training Course, CS, NCTU 9 Wordpress (5)

Training Course, CS, NCTU 10 Coppermine (1)  Coppermine Photo Gallery is an advanced, user-friendly, picture gallery script with built-in support for other multi-media/data files.  Official Site:  Installation Steps 1.Download latest version from official site 2.Unzip the archived file. 3.Adding one new database for coppermine. (you can use phpMyAdmin) 4.Browse the Coppermine, waiting redirected to installer, following the install guide. 1.Check directory permissions, cpg/include, cpg/albums, cpg/albums/userpics, cpg/albums/edit should writable for everyone. (You can use FTP or Explorer to change the dir permission, then click “Try again”) 2.Fill the configuration table. 5.Enjoy Coppermine.

Training Course, CS, NCTU 11 Coppermine (2)

Training Course, CS, NCTU 12

Training Course, CS, NCTU 13 Coppermine (3)

Training Course, CS, NCTU 14 phpBB (1)  phpBB is a high powered, fully scalable, and highly customizable Open Source bulletin board package.  Official Site:  Installation Steps 1.Download latest version from official site 2.Unzip the archived file. 3.Adding one new database for phpBB.(you can use phpMyAdmin) 4.Browse the phpBB, configuration table appears. 1.Check directory permissions, phpBB/cache, phpBB/files, phpBB/store, phpBB/config.php phpBB/images/avatars/upload should writable for everyone. (You can use FTP or Explorer to change the dir permission, then click “Try again”) 2.Fill configuration table. 3.Download the config.ini for phpBB, upload to the phpBB directory. 4.Remove install/ and contrib/ directories in phpBB 5.Browse the phpBB again, enjoy it.

Training Course, CS, NCTU 15 phpBB (2)

Training Course, CS, NCTU 16 phpBB (3)

Training Course, CS, NCTU 17 phpBB (4)

Training Course, CS, NCTU 18 phpBB(5)

Training Course, CS, NCTU 19 phpBB (6)