-
Notifications
You must be signed in to change notification settings - Fork 4
Data folder structure
Gerrit Uitslag edited this page Oct 26, 2016
·
5 revisions
Data folder is configured in /app/config/parameters.yml(.dist).
The data folder has the structure <type>/<name>.
Currently there are two types: core and plugin. Some examples are:
- plugin/data
- plugin/do
- core/dokuwiki
Each folder represents a single extension. The following folders are possible:
- repository: local git checkout of the extension
- tmp: temporary folder. it is used to process language updates.
- lang: contains a single file per available language of the extension.
-
updates: a file
<id>.updatewith the user translations as serialized php arrays. Id in file names correspondent to the entries in the translationUpdate table.
Process
- Translation process
- CronJob overview triggers some commands.
- Commands for regular tasks and occasional maintenance
Files
Maintenance/development
- Deploying to Production is done from GitHub
- Development setup
- Maintenance
- Alternative Git interaction when setting up development setup
- Test steps for checking working of the tool
Documentation
- Components of Symphony used for the Tool
- More detail about using Doctrine
- Description working of the Forms