odvapro / element
Element CMF
Installs: 94
Dependents: 0
Suggesters: 0
Security: 0
Stars: 27
Watchers: 4
Forks: 4
Open Issues: 1
Language:Vue
Type:project
Requires
- php: >=8.1
- phalcon/devtools: ^2.0
Requires (Dev)
- codeception/codeception: ^4.0
- codeception/module-asserts: ^1.0.0
- codeception/module-db: ^1.0.0
- codeception/module-filesystem: ^1.0
- codeception/module-phpbrowser: ^1.0
- codeception/module-rest: ^1.2
- flow/jsonpath: ^0.5
- dev-master
- v1.1.8
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.3
- v1.0.1
- v1.0.0
- v0.5.8
- v0.5.7
- v0.5.6
- v0.5.5
- v0.5.4
- v0.5.3
- v0.5.2
- v0.5.1
- v0.5.0
- v0.4.9
- v0.4.8
- v0.4.7
- v0.4.6
- v0.4.5
- v0.4.4
- v0.4.3
- v0.4.2
- v0.4.1
- v0.4
- v0.3.9
- v0.3.8
- v0.3.7
- v0.3.6
- v0.3.5
- v0.3.4
- v0.3.3
- v0.3.2
- v0.3.1
- v0.3.0
- dev-fix/em_check_field
- dev-develop
- dev-tsk_329
- dev-em-section
- dev-dev-phalcon5
- dev-docker
This package is auto-updated.
Last update: 2024-12-04 09:43:28 UTC
README
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.
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
cd element
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