Git Product home page Git Product logo

distributed_memory's Introduction

distributed_memory

###作者:刘丹冰 ###email: [email protected]

1. 配置文件

应用服务器配置

配置文件在 ./conf/web-server/

  • nginx.conf ----nginx服务器配置文件

  • redis.conf ----redis服务器配置文件

前端界面

./conf/web-server/html/ 路径下为前端界面html、js、css代码

将html直接部署在安装好的web服务器下即可. 例如:/usr/local/nginx/html/

fastDFS分布式存储

  • storage

存储服务器配置文件 ./conf/storage.conf

nginx中fastDFS模块配置文件

./conf/mod_fastdfs.conf ---> /etc/fdfs/下

./conf/mime.types       ---> /etc/fdfs/下

./conf/http.conf        ---> /etc/fdfs/下
  • tracker ./conf/tracker.conf

  • client ./conf/client.conf

2. 生成CGI程序

make 后会生成

cgi_bin/upload ----处理文件上传后台cgi程序

cgi_bin/data ----处理展示主界面后台cgi程序

cgi_bin/reg ----处理用户注册后台cgi程序

cgi_bin/login ----处理文件登陆后台cgi程序

3. 启动脚本

start_up.sh

4. 部署脚本

web-server服务器端 un-package-web-server.sh

distributed_memory's People

Contributors

aceld avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.