Skip to content
This repository has been archived by the owner on May 21, 2018. It is now read-only.

WebarchivCZ/va2mods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Checkout code from git or unpack it from archive.

# download and install composer
curl -sS https://getcomposer.org/installer | php

# install dependencies
php composer.phar install --no-dev

# create directories
mkdir temp/cache log -p

# copy example configuration
cp app/config/config.local.example.neon app/config/config.local.neon

# setup at least wadmin database connection
vim app/config/config.local.neon

Edit app/config/config.local.neon and set wadmin database parameters. For additional configuration options look at app/config/config.neon parameters section.

parameters:
	wadmin:
		host: 127.0.0.1
		dbname: ...
		user: ...
		password: ...

Usage

./bin convert [-d|--directory directory] [-l|--list [-f|--full-path]] [-q|--quiet]

Default directory is current directory. By default urls are constructed starting from [directory/]jobs/[tld]/[2nd level domain]/[3rd level domain] and so on. Directory must include at least one file matching settings file pattern Settings*.xml.

Help

./bin help [convert]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published