Giter VIP home page Giter VIP logo

9panel's Introduction

9Panel

9Panel(演示)是Websoft9公司镜像的开源组件之一,支持中英文显示,部分镜像内置了9Panel. 它是集合数据库管理、文档和支持服务的引导页面,是镜像快速入门的向导工具。基于Bootstrap+vue.js开发,几乎不会占用系统资源,也不会对系统文件进行任何修改。

使用说明

本镜像支持包含web服务器的所有镜像,可以是基础镜像,也可以是应用镜像,但应用镜像最多不超过2个

应用默认为Example,表示安装的是示例

打开js/websoft9.js文件,你会看到如下的默认信息。代表:LAMP基础环境

var set_infrastructure="LAMP";
var set_apps=["Example"];

假如您需要修改为WordPress(LNMP),对应的配置为:

var set_infrastructure="LNMP";
var set_apps=["WordPress"];

假如您需要修改为WordPress&Discuz(LAMP),对应的配置为:

var set_infrastructure="LNMP";
var set_apps=["WordPress","Discuz"];

如果您需要修改基础环境中的组件,请找到它,然后修改其中的参数:

{
    "name":"IIS",
    "apps":"",
    "language":["PHP",".NET","Java"],
    "os":"Windows",
    ...
  },

  若不包含java,那么修改language项即可

  {
    "name":"IIS",
    "apps":"",
    "language":["PHP",".NET"],
    "os":"Windows",
    ...
  },

注意事项

  1. 参数名称必须在websoft9.js的json定义区存在,并区分大小写
  2. 不存在的镜像,需要在json区域新增

9panel's People

Contributors

chendelin1982 avatar hliblack avatar mozlk avatar qiaofeng1227 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

chendelin1982

9panel's Issues

LNMT 环境问题

纯tomcat环境使用jspmyadmin作为数据库管理 9panel页面和跳转链接还是phpmyadmin

favicon不显示

虽然根目录已有favicon文件,但是网页不显示favicon

add docs

  • PRD
  • Product design
  • user guide
  • developer guide

multi database web GUI

install nodejs+mongo+mysql, there only phpMyAdmin in 9Panel, do you need to display adminMongo?

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.