GithubHelp home page GithubHelp logo

odvapro / element Goto Github PK

View Code? Open in Web Editor NEW
26.0 4.0 4.0 46.17 MB

Element CMF

Home Page: https://element.odva.pro/

License: MIT License

PHP 35.58% JavaScript 9.44% HTML 0.66% Vue 52.11% SCSS 1.86% Dockerfile 0.31% CSS 0.03%
cmf phalcon admin-panel vue

element's Introduction

Element CMF

Current tag License

Admin panel for everything Element is a beautifully designed administration panel for Everything. Carefully crafted by the O₂ team to make you the most productive developer in the galaxy.

Site

Documentation

Demo

login: admin
password: adminpass

Quick installation

Dependencies: docker, docker-compose, nginx

To install an element in your project, run the command at the root of your project:

composer create-project odvapro/element --no-dev

  or

git clone https://github.com/odvapro/element.git

Navigate to the created "element" folder and run the following command:

docker-compose up -d

Nginx settings

Enter this rule in nginx config and restart nginx.service:

location /element {
    proxy_pass             http://127.0.0.1:85;
    proxy_set_header       Host $host;
}

Configuration

Go to <your domain>/element/ If you are opening this address for the first time, you will see a form to configure a connection to a database. Fill in all the fields provided, leave the database host unchanged and click the install button.

Authorization

Then you will see the authorization form

Login "admin", password "adminpass" After the authorization don't forget to change the standard password

element's People

Contributors

dzantiev avatar dzantievm avatar kisiev avatar revaz333 avatar serjlih97 avatar sg-mon avatar tylex17 avatar z-z avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

element's Issues

внедрить вывод ошибок и сообщений

  • написать action который вызывает всплывающую подсказку
  • если не нажали в течении 10 секунд - закрывать (нужна верстка, любой кто освободится первым пусть заверстает)
    image

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.