GithubHelp home page GithubHelp logo

0x442e / svcms2022 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from adriansalvatori/svcms2022

0.0 0.0 0.0 132.79 MB

License: MIT License

Shell 0.01% JavaScript 19.35% C 0.04% PHP 68.74% TypeScript 1.82% CSS 4.00% Hack 0.01% HTML 2.04% M4 0.01% Less 1.15% SCSS 2.86%

svcms2022's Introduction

image

MIT License Packagist Build Status Follow Adrián Salvatori Laravel Wordpress

A modern WordPress stack

Website    Documentation    Releases    Support

Supporting

Tools added:

  • Enhanced Dashboard and UI
  • Advanced Custom fields
  • Advanced Custom Fields Extended
  • Post Layouts
  • Soil
  • Password Bcrypt
  • Stage Switcher
  • AntiMalware Security
  • Anti Brute-Force Attack Security
  • 2FA for Authentication
  • reCaptcha v3
  • Default SMTP
  • Automated SEO with Autodescription
  • MiniApp for Banner Design
  • MiniApp for Live CRM
  • Enhanced User Administration tools
  • Enhanced Reaction to Articles
  • Enhanced Blocks for Inner Pages and Articles
  • Collaboration tool for commenting and tasking on-site

Overview

Movidagrafica CMS is a modern WordPress stack that helps you get started with the best development tools and project structure.

Much of the philosophy behind Bedrock is inspired by the Twelve-Factor App methodology including the WordPress specific version.

Features

  • Better folder structure
  • Dependency management with Composer
  • Easy WordPress configuration with environment specific files
  • Environment variables with Dotenv
  • Autoloader for mu-plugins (use regular plugins as mu-plugins)
  • Enhanced security (separated web root and secure passwords with wp-password-bcrypt)

Requirements

  • PHP >= 7.4
  • Composer - Install
  • If you're developing locally, you need a local domain *.mg.test for the recaptcha to let you in.
  • If you're developing in a public domain (example.com) you need to ask for domain approval. You can mail [email protected]

Installation

  1. Create a new project:
    $ composer create-project salvatori/svcms <project-name> dev-master
  2. Update environment variables in the .env file. Wrap values that may contain non-alphanumeric characters with quotes, or they may be incorrectly parsed.
  • Database variables
    • DB_NAME - Database name
    • DB_USER - Database user
    • DB_PASSWORD - Database password
    • DB_HOST - Database host
    • Optionally, you can define DATABASE_URL for using a DSN instead of using the variables above (e.g. mysql://user:[email protected]:3306/db_name)
  • WP_ENV - Set to environment (development, staging, production)
  • WP_HOME - Full URL to WordPress home (https://example.com)
  • WP_SITEURL - Full URL to WordPress including subdirectory (https://example.com/wp)
  • AUTH_KEY, SECURE_AUTH_KEY, LOGGED_IN_KEY, NONCE_KEY, AUTH_SALT, SECURE_AUTH_SALT, LOGGED_IN_SALT, NONCE_SALT
  1. Add theme(s) in web/app/themes/ as you would for a normal WordPress site
  2. Set the document root on your webserver to Bedrock's web folder: /path/to/site/web/
  3. Import the Default SQL Database located at /config/SVCMS2022/movidagrafica_svcms2022_latest.sql
  4. Access WordPress admin at https://example.com/wp/wp-admin/

svcms2022's People

Contributors

adriansalvatori 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.