Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Technology: build private cloud kodexplorer

2025-01-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Looking back at 2016, it is destined to be an unpleasant year for many friends. Many cloud disks have been closed. Have you backed up your data? The root cause of the network disk shutdown is that it does not make money. In the network disk war, in order to drive the user volume, each family began to log in and send the network disk capacity, 30g. 50G. 1T. Infinite space. However, this free space has no commercial value, the user's stickiness is low, and the user is completely focused on freedom and large capacity. In this context, pulling the market of enterprise network disk, Internet manufacturers have led to the network disk that serves the enterprise. However, with the intensification of competition, the charges of enterprise network disks are also varied, some are charged according to the head of users, some are packaged according to one year, some are one-time charges, and various intermediate links are also changing pattern charges, calculated down, the cost of use is not low.

The 2016 network disk is closed.

In fact, whether it is a personal network disk or an enterprise network disk, you don't have to buy it, you can build it yourself. Many people who do not understand technology think that the cost of building an enterprise-level network disk may be very high. In fact, it is wrong, the cost of self-building is very low. There are network disk open source systems at home and abroad, as long as those who are familiar with computer operation, it is easy to build successfully according to the tutorial.

But cloud kodexplorer is an open source online management system that can be installed on our Linux, window,mac and other devices, which can store and provide services with our data. Today, we introduce the tutorials of building the open source network disk system of Kodaoyun kodexplorer, hoping to help those in need. This article only provides linux and window system installation tutorials, because I do not have a computer with mac system.

Window system

Computers and servers for window systems

Building steps

Configure php environment (kodexplorer system is still php environment), there are a variety of configuration options here, xampp,lamp,lnmp, pagoda panel one-click deployment, etc., I use xampp (personal habits), rookies can use pagoda one-click deployment.

1. Download and install xampp. After the download is complete, follow the prompts to install xampp step by step (just click next)

two。 Start xampp, launch the Apache and mysql options, and wait for them to turn green. Click admin on Apache, and the following page appears, which indicates that the environment has been built successfully.

Xampp built successfully

3. Download Coco Cloud kodexplorer and open explorer on xampp

4. Find the htdocs folder and open it, empty the files inside, and extract the downloaded kodexplorer into the current folder.

5. The browser can visit your IP address, or click Apache-- > Admin to browse.

Linux system

1. Download xampp.

Download command:

Wget-c https://www.apachefriends.org/xampp-files/5.6.35/xampp-linux-x64-5.6.35-0-installer.run

After the download is complete, you can see a .run executable file in the current directory. Add the appropriate permissions to the file first.

The command is:

Chmod + x xampp-linux-x64-5.6.35-0-installer.run

2. Install xampp

The command is:

Sudo. / xampp-linux-x64-5.6.35-0-installer.run

Enter Y as required or press enter to install successfully, and its default installation location is: / opt/lampp.

3. Start and stop xampp

(1) start xampp with the following command:

Sudo / opt/lampp/xampp start

After startup, you can enter the IP address of your CVM on your computer or mobile browser, and you can see the default page of xampp, which represents the normal use of your xampp. The default port is 80. There is an error in the operation, which may be caused by a port conflict. By looking at the usage of port 80 and port 443 (the command is netstat-ap | grep 80), you can modify the default ports 80 and 443.

(2) stop xampp, and the command is:

Sudo / opt/lampp/xampp stop

4. Download Godaoyun kodexplorer

Download command:

Wget http://static.kodcloud.com/update/download/kodexplorer4.37.zip

Create a directory:

Sudo mkdir kodexplorer

Extract command:

Unzip kodexplorer4.37.zip-d. / kodexplore

Enter the corresponding folder and set permissions:

Cd. / kodexplorer,chmod-Rf 777. / *

5. Copy to the appropriate directory

Command:

Sudo cp-r kodexplorer/ / opt/lampp/htdocs/

Enter the corresponding folder and set permissions:

Cd / opt/lampp/htdocschmod 777 kodexplorerchmod-R 777 kodexplorer/data/

6. Whether the test is successful

Restart the xampp service, open the browser http: / / "IP address / kodexplorer/index.php", set the administrator password, and start using it.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report