Kalcaddle Online File Manager

Source: Internet
Author: User

The company has one server in another data center.

To log on to the bastion host, you must log on to the bastion host, authenticate the key, and perform other operations.

The server has a project. After testing on the local machine, the developer needs to upload the file to the server for testing.

The problem arises. Each time a file is transferred, I need to operate it. They do not have the permission to log on to the server.


So I found a kalcaddle online file manager. I can directly log on to the webpage and transfer files.


Go to the official website to download files

Http://www.kalcaddle.com/index.html


First, I have set up an lnmp platform.

Decompress the package downloaded from the official website

Then publish with nginx

VI/usr/local/nginx/CONF/vhosts/kodexplorer. conf


Server {
Listen 80;
SERVER_NAME kodexplorer.xx.com;
Root/data/kodexplorer;

Index index. php index.html index.htm;

Location /{
}
Location ~ \. Php $ {
Fastcgi_pass 127.0.0.1: 9000;
Fastcgi_index index. php;
Fastcgi_param script_filename $ document_root $ fastcgi_script_name;
Include fastcgi_params;
}
}

Reload

/Usr/local/nginx/sbin/nginx-s reload

Test Access

Http://kodexplorer.xx.com

The default username and password are both Admin. We recommend that you change the password after logging in.

650) This. width = 650; "src =" http://s3.51cto.com/wyfs02/M00/6C/7E/wKioL1VK1erTSTVHAAMooQCrYwk884.jpg "Title =" qq20150507105622.png "alt =" wkiol1vk1ertstvhaamooqcrywk884.jpg "/>

The interface looks amazing.

You can watch videos and play games. Watching videos with iQiYi that day is really fast, and the data center speed is different.

Open my computer

650) This. width = 650; "src =" http://s3.51cto.com/wyfs02/M00/6C/83/wKiom1VK1XyCv_ApAAG8jVhdCvw302.jpg "Title =" qq20150507110050.png "alt =" wkiom1vk1xycv_apaag8jvhdcvw302.jpg "/>

There is a public directory in it, and I put a project port.

The path to the public directory is/data/kodexplorer/data/public, and data is the decompressed directory.

In the public directory, I made a soft link to the project file. So you can see the project directly.

After logging on, the developer can enter the project and use the control to upload files for testing.

650) This. width = 650; "src =" http://s3.51cto.com/wyfs02/M01/6C/83/wKiom1VK1vqy-62gAAAs1XxfENo031.jpg "Title =" qq20150507110728.png "alt =" wKiom1VK1vqy-62gAAAs1XxfENo031.jpg "/>



This article from the "Fallen Star" blog, please be sure to keep this source http://xiao987334176.blog.51cto.com/2202382/1643771

Kalcaddle Online File Manager

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.