GithubHelp home page GithubHelp logo

azslow3 / webappdirac Goto Github PK

View Code? Open in Web Editor NEW

This project forked from diracgrid/webappdirac

0.0 0.0 0.0 9.14 MB

DIRAC Web front-end application

License: GNU General Public License v3.0

JavaScript 75.99% Python 21.56% CSS 1.87% HTML 0.14% Smarty 0.44%

webappdirac's Introduction

DIRAC WebApp

Web app extension for the DIRAC project. WebAppDIRAC is written using extjs 6.2.0 and python 3.

Status master branch (stable):

Basic Tests Status

Status integration branch (devel):

Basic Tests Status

Install

Instructions for installing WebAppDIRAC are described here.

Configure

To configure web portal you need create /WebApp section in DIRAC configuration:

WebApp
{
  # Specifies the caption in the title in the browser. By default, the name of the configuration is taken.
  # Title = "My title"

  # To use some balancer(e.g.: nginx) assign a balaser name here. By default, the portal is launched without a balancer.
  # Balancer = None

  # If a balancer is defined, this option determines the number of processes that will run in parallel on different ports. By default: 1.
  # NumProcesses = 1

  # If you want to run web portal in "development mode", by default, this is disabled.
  # DevelopMode = True

  # Change the root of the request path to the server(default: /DIRAC). It is not recommended to change.
  # RootURL = /DIRAC

  # To configure https protocol. It is not recommended to change.
  # If you use balancer this options will ignore and will use HTTP options.
  # HTTPS
  # {
    # To disable https protocol delete value. It is not recommended to change.
    # Enabled = True
    # To set another port(default: 8443).
    # Port = 8443
    # Host certificate pem
    # Cert = /opt/dirac/etc/grid-security/hostcert.pem
    # Host key pem
    # Cert = /opt/dirac/etc/grid-security/hostkey.pem
  # }

  # To configure http protocol. It is not recommended to change.
  # HTTP
  # {
    # To set another port. By default 8000 if you use balancer and 8080 if not.
    # Port = 8000
  # }

  # To set secret for security cookies
  # CookieSecret = mysecret

  # Next section contain access rights.
  # Access
  # {
  #   upload = TruestedHost
  # }

  # Path to favicon icon. It is not recommended to change.
  # Icon = /static/core/img/icons/system/favicon.ico

  # SSL protocol to use.
  # SSLProtocol =

  # Set static directories.
  # DefaultStaticDirs = None
}

webappdirac's People

Contributors

taykyoku avatar nikolalazovski avatar fstagni avatar chrisburr avatar atsareg avatar acasajus avatar taykyoku2 avatar andresailer avatar rupozzi avatar sbalbp avatar chaen avatar sfayer avatar graciani avatar xianghuzhao avatar eo300 avatar wirespecter avatar sposs avatar vmendez avatar yujikato avatar kiyoshi-hayasaka avatar zhangxiaomei 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.