This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.

Svobodni website

dev-master / 2.0.x-dev 2015-06-02 11:41 UTC

This package is not auto-updated.

Last update: 2020-01-28 10:07:05 UTC


README

Instalace

  1. naklonujte Git repozitář:
git clone git@github.com:svobodni/web.git
  1. nastavte databázi a účet administrátora v souboru app/config/config.local.neon:
parameters:
	database:
		user: ''
		password: ''
		dbname: ''
		hostname: 127.0.0.1

cms:
	administration:
		login:
			name: admin
			password: pass
  1. vytvořte strukturu databáze pomocí příkazu:
php www/index.php orm:schema-tool:update --force
  1. stáhněte a importujte fiktivní obsah:
curl http://web.svobodni.cz/scripts/export-db.php > app/data/deployment/init\@pdo_mysql\@$(date +"%Y-%m-%d_%H:%M:%S").sql
php www/index.php deployment:import init

Hotovo :)