Copy from Windows to Ubuntu

Slides:



Advertisements
Similar presentations
MMI nameProject nameAndroidPage No# Flow Description Android (OS )
Advertisements

Platforms: Unix and on Windows. Linux: the only supported production platform. Other variants of Unix, like Mac OS X: run Hadoop for development. Windows.
Linux commands exercise 1. What do you need, if you try to these at home? You need to download and install Ubuntu Linux from the Internet – DVD is need.
Linux, it's not Windows A short introduction to the sub-department's computer systems Gareth Thomas.
Imaging Genetics with Scientific Linux 6.4 Bennett Landman Mary Ellen Koran Tricia Thornton-Wells January 20, 2014 version
Dayu Zhang 9/8/2014 Lab02. Example of Commands pwd --- show your current directory This is home of venus, not your home directory Tilde: means you are.
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.
Overview Basic functions Features Installation: Windows host and Linux host.
Embedded Programming and Robotics Lesson 13 Basic Linux 1.
GETTING STARTED USING LINUX UBUNTU FOR A MULTI-USER SYSTEM Team 4 Lab Coordinator Manager Presentation Prep Webmaster Document Prep Faculty Facilitator.
V Avon High School Tech Crew Agenda Old Business –Delete Files New Business –Week 9 Topics: Coming up: –Yearbook Picture: Feb 7 12:20PM.
Kernel Development using Virtualization Installing VMWare and using a virtual machine to build and test a Linux Kernel.
CIS 90 - Lesson 15 Lesson Module Status Slides – draft Properties - done Flash cards – 1 st Minute quiz – NA Web calendar summary – done Web book pages.
Example: Jena and Fuseki
Cassandra Installation Guide and Example Lecturer : Prof. Kyungbaek Kim Presenter : I Gde Dharma Nugraha.
A few Linux basics Network Monitoring & Management.
ABAQUS Installation on LINUX Platform D. Hanumanthappa, A. Jérusalem May 5th, 2010.
2001 by Jim X. Chen: Professor Jim X. Chen Department of Computer Science George Mason University Fairfax, VA
Apache Web Server v. 2.2 Reference Manual Chapter 1 Compiling and Installing.
Linux in a Virtual Environment Nagarajan Prabakar School of Computing and Information Sciences Florida International University.
Hosted Virtualization Lab Last Update Copyright Kenneth M. Chipps Ph.D.
Vim Editor and Unix Command gcc compiler Computer Networks.
1 What is a Kernel The kernel of any operating system is the core of all the system’s software. The only thing more fundamental than the kernel is the.
CIS 90 - Lesson 15 Lesson Module Status Slides – Properties - Flash cards – No-stress quiz – Web calendar summary – Web book pages – Commands – Lab – done.
Using Windows Deployment System Create WIM Image  In order to be able to deploy older operating systems like XP Pro using WDS, You must create an “image”
ACCESS IC LAB Graduate Institute of Electronics Engineering, NTU Usage of Workstation Lecturer: Yu-Hao( 陳郁豪 ) Date:
CSS Linux and Eclipse 1. CSS Account Log into your CSS account with the NoMachine client (NX client) 2.
House Keeping Section 1 is due on Thursday BEFORE class 18 labs 11 quizzes Log into LabSim I want to verify you are in the Spring 15 CBIS 4225 Sys Admin.
Chapter 1 : The Linux System Part 2 Lecture 2 11/14/
Cole David Ronnie Julio Sam Littlefield. Let’s Begin  Globus Toolkit runs on Unix platform only  Install Ubuntu  download all updates for Ubuntu.
Basic Unix Commands CGS 3460, Lecture 6 Jan 23, 2006 Zhen Yang.
How to Download and Install the Naper eReader and eBook Naper Publishing Group.
Installing SAS 1. Requirements If you do not have an old copy of SAS installed on your computer, go directly to Slide 6. Make sure you have uninstalled.
Surya Bahadur Kathayat Outline  Ramses  Installing Ramses  Ramses Perspective (Views and Editors)  Importing/Exporting Example.
SQOOP INSTALLATION GUIDE Lecturer : Prof. Kyungbaek Kim Presenter : Zubair Amjad.
Intro to Raspberry Pi A Southwest Florida Hackerspace Workshop Presented by: Russell Benzing & Eric Schiffli.
1 Getting Started with C++ Part 1 Windows. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Microsoft.
Unix Environment Basics CSCI-1302 Lakshmish Ramaswamy.
Linux A practical introduction. 1)Background and Getting Started Linux is an operating system with multiple providers Red Hat/CentOS (our version) Ubuntu.
Lab 8 Department of Computer Science and Information Engineering National Taiwan University Lab8 - Root Filesystem 2015/11/10/ 22 1.
Install CB 1.8 on Ubuntu. Steps Followed Install Ubuntu (Ubuntu LTS) on Virtual machine – (VMware Workstation) (
Web Scraping with Python and Selenium. What is Web Scraping?  Software technique for extracting info from websites Get information programmatically that.
Installing CUDA, PyCUDA on Ubuntu
“Build that Virtual Lab you always wanted” Information Assurance Group 2011.
ACCESS IC LAB Graduate Institute of Electronics Engineering, NTU Usage of Workstation Lecturer: Yu-Hao( 陳郁豪 ) Date:
Building Your Own Website Using:. Install & configure LAMP. Download WordPress and run it as a local website on your Raspberry Pi. Configure WordPress.
Ns2 Installations and Basics Abdul Razaque. How to install Ubuntu on windows-7 & 8 Download the Ubuntu ISO file. You can get the ISO file from the Ubuntu.
Launchpad & Bazaar Use Launchpad to work on team projects Use Bazaar a Distributed Version Control System D-VCS.
Linux 101: Introduction To Linux Purdue Linux Users Group Speaker: Thor Smith.
Installing iHRIS on VMWare
Installing iHRIS Install iHRIS Manage on an Ubuntu System
Precept I : Lab Environment, Unix, Bash, Emacs
Exercise #1: Exploring Open-Source Operating Systems with Virtual Machines J. H. Wang Sep. 20, 2016.
Outline Installing Gem5 SPEC2006 for Gem5 Configuring Gem5.
Chapter 9 Managing Software
Remote hosts and web servers
EE516: Embedded Software Project 1
Install external command line softwares
AES on GPU using CUDA Choi dae soon.
Launchpad & Bazaar Use Launchpad to work on team projects
Lab 1 introduction, debrief
Using PowerShell with Python & SQL Server
Internet-of-Things (IoT)
Install Ruby If you are running on Mac OS X, Ruby is preinstalled.
Exercise #1: Exploring Open-Source Operating Systems with Virtual Machines J. H. Wang Sep. 21, 2018.
Hadoop install.
Computer System Laboratory
Computer System Laboratory
Module 6 Working with Files and Directories
02 | Getting Started with HDInsight
Presentation transcript:

Copy from Windows to Ubuntu Start VMWare Player and play Ubuntu Drag ihris-suite-4_0_7.tar.bz2 from Windows Desktop to Ubuntu Desktop

Moving the site sudo rm /var/lib/iHRIS/sites/manage sudo mv /var/lib/iHRIS/4.0.5/ihris-manage/sites/Demo /var/lib/iHRIS/sites/manage

Updating the main Code Move old iHRIS code sudo mv /var/lib/iHRIS/4.0.5 /var/lib/iHRIS/4.0.5.old Make a directory for the new code sudo mkdir /var/lib/iHRIS/4.0.7 Extract the tarball to the 4.0.7 directory cd /var/lib/iHRIS/4.0.7 sudo tar -xjf ~/Desktop/ihris-suite-4_0_7.tar.bz2

Updating the Site Make our site's module point to the new demo code sudo gedit /var/lib/iHRIS/sites/manage/iHRIS-Manage-Demo.xml Change <path name="modules"> <value>./modules</value> <value>../../../</value> </path> To <path name="modules"> <value>./modules</value> <value>/var/lib/iHRIS/4.0.7</value> </path>

Updating the Site Make our site's module point to the new demo code sudo gedit /var/lib/iHRIS/sites/manage/pages/local/config.values.php Change /** * the path to the I2CE installation. * You might need to set this depending on your installation * Default value is ../../../../I2CE */ $i2ce_site_i2ce_path = "/var/lib/iHRIS/current/I2CE"; To /** * the path to the I2CE installation. * You might need to set this depending on your installation * Default value is ../../../../I2CE */ $i2ce_site_i2ce_path = "/var/lib/iHRIS/4.0.7/I2CE";

Finishing Up Browse to http://localhost/manage