odvapro/element

There is no license information available for the latest version (v1.1.8) of this package.

Element CMF

Installs: 91

Dependents: 0

Suggesters: 0

Security: 0

Stars: 25

Watchers: 4

Forks: 4

Open Issues: 0

Language:Vue

Type:project

v1.1.8 2023-08-21 14:38 UTC

README

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