5. Extract Viivi Package < Stage A < Installation < Viivi's Cell < Entrance


5. Extract Viivi Package

Extract the Viivi package zip file into the Viivi system directory.

Here we show the process using the platform commands in the terminal/CMD window.
If you are familiar with the operations of GUI (Graphical User Interface) tools (those called as file-manager or file-explorer), you can use them to extract the Viivi package zip file.


Get into the Viivi System Directory

In the terminal/CMD window, get into the Viivi system directory by inputting as

	$ cd ${HOME}/Viivi/⮠			for Unix-like platforms (sh system) ($ is the sh prompt)
	% cd ${HOME}/Viivi/⮠			for Unix-like platforms (csh system) (% is the csh prompt)
	> cd C:\Users\ilma\Viivi\	for Windows platforms (> is the cmd prompt)
	(The home directory on Windows platform is assumed here as C:\Users\ilma\.)

To see the current working directory in the terminal/CMD window, input as

	$ pwd⮠		for Unix-like platforms (sh system) ($ is the sh prompt)
	% pwd⮠		for Unix-like platforms (csh system) (% is the csh prompt)
	> cd⮠		for Windows platforms (> is the cmd prompt)
And please confirm the output shows the Viivi system directory like
	[Example]
	/home/ilma/Viivi		for Unix-like platforms
	C:\Users\ilma\Viivi		for Windows platforms


Unzip the Viivi Package zip File

Here we assume that the Viivi pacakge zip file is downloaded in the Downloads directory in the home directory.
(And the home directory is assumed here as /home/ilma on Unix-like platforms.)
If you downloaded the file in a different directory, replace all the name of the download directory appearing below with your directory.

You can unzip the Viivi package zip file viiviPackage.XX.YY.ZZ.zip as

	[Example]
	$ unzip ${HOME}/Downloads/viiviPackage.XX.YY.ZZ.zip⮠			for Unix-like platforms (sh system) ($ is the sh prompt)
	% unzip ${HOME}/Downloads/viiviPackage.XX.YY.ZZ.zip⮠			for Unix-like platforms (sh system) ($ is the csh prompt)
	> unzip C:\Users\ilma\Downloads/viiviPackage.XX.YY.ZZ.zip⮠	for Windows platforms (> is the cmd prompt)

To see the extracted files, input as

	$ ls⮠		for Unix-like platforms (sh system) ($ is the sh prompt)
	% ls⮠		for Unix-like platforms (csh system) (% is the csh prompt)
	> dir⮠		for Windows platforms (> is the cmd prompt)
If you see the list of the files
	00readmeEN.txt
	00readmeJP.txt
	Viivi.jar
	viivi
	viivi.ORG
	viivi.bat
	viivi.bat.ORG
	viivi.vcnf
	viivi.vcnf.ORG
then you have succeeded in extracting the Viivi package zip file.



5. Extract Viivi Package < Stage A < Installation < Viivi's Cell < Entrance


Contact

Exhibited on 2022/03/02
Copyright(C) 2003-2022 ilma <ilma@viivi.io> All rights reserved.