Skip to content

Pushword/skeleton

Repository files navigation

Pushword: Skeleton / Demo App

Demo and test application for Pushword — used for testing, demoing and by the installer. It is not a copy-paste skeleton; prefer the installer.

Latest Version Software License GitHub Tests Action Status

Code Coverage Type Coverage Total Downloads

Features

  • Ready-to-run demo site with fixtures.
  • Used by the test suite and the installer.
  • Handy to explore every Pushword extension locally.

Build it

cd packages/skeleton;

rm -rf media && cp -r media~ media

php bin/console doctrine:schema:update --force
php bin/console doctrine:fixtures:load

# Add an admin user :
read -p 'Email: ' emailvar
read -sp 'Password: ' passvar
php bin/console pw:user:create $emailvar $passvar ROLE_SUPER_ADMIN
#php bin/console pw:user:create admin@example.tld p@ssword ROLE_SUPER_ADMIN

# Install Bundle Assets
php bin/console assets:install
# `yarn build` Should not be runned because it's erasing the documentation assets.
# the files are there only to help final user on a new installation

# Launch Server and Play
symfony server:start -d

Documentation

Visit pushword.piedweb.com/installation.

The Pushword ecosystem

Pushword is a modular CMS — one Symfony bundle for the core and one bundle per feature. Pick only what you need:

Core

  • pushword/core — Symfony-based CMS core: Page, Media & User entities, Markdown + Twig rendering.

Editing & admin

Content & workflow

Publishing & performance

Tooling

Full list and guides on pushword.piedweb.com/extensions.

Contributing

If you're interested in contributing to Pushword, please read our contributing docs before submitting a pull request.

Credits

License

The MIT License (MIT). Please see License File for more information.

PHP Packages Open Source

About

Demo & test application for Pushword CMS (used by the installer).

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors