Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
don
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
25
Issues
25
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
LQDN Adminsys
don
Commits
9c508196
Commit
9c508196
authored
Jul 25, 2018
by
Benjamin Sonntag
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[doc] sorry, not used to gitlab markdown :/
parent
6444f888
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
README.md
README.md
+13
-13
No files found.
README.md
View file @
9c508196
...
...
@@ -30,25 +30,25 @@ Before submitting a PR, makes sure tests are OK: `make test`
This software depends on a few software :
*
*
composer
*
(to install php dependencies) see https://getcomposer.org/
*
a
*
mysql client
*
(to inject the database schema)
*
a
*
mysql server
*
(no need for it to be local)
*
*
pdftk
*
to generate pi-plomes (pdf with pi's decimals offered to our donors)
*
*
texlive-latex-base
*
for the
`pdflatex`
binary for the piplomes (only required in production or for people debugging the piplomes code)
*
*
*composer*
*
(to install php dependencies) see https://getcomposer.org/
*
a
*
*mysql client*
*
(to inject the database schema)
*
a
*
*mysql server*
*
(no need for it to be local)
*
*
*pdftk*
*
to generate pi-plomes (pdf with pi's decimals offered to our donors)
*
*
*texlive-latex-base*
*
for the
`pdflatex`
binary for the piplomes (only required in production or for people debugging the piplomes code)
and for developers you may also need :
*
xgettext
to manage translations, use:
*
*
`make messages.pot`
to update PO files from source code.
*
*
`make translations`
to compile MO files from PO files when translations are ready.
*
**xgettext**
to manage translations, use:
*
`make messages.pot`
to update PO files from source code.
*
`make translations`
to compile MO files from PO files when translations are ready.
This software uses:
*
PHP5.6
currently (migration to PHP7.x is in the pipe)
*
*
phinx
*
to inject database schema and initial data / accounts into MySQL see https://phinx.org/
*
*
php-cs-fixer
*
to check php code for errors and fix coding standard issues, see https://github.com/FriendsOfPHP/PHP-CS-Fixer
*
*
doctrine/dbal
*
as ORM see https://github.com/doctrine/dbal
*
*
f3 framework
*
as main view / controller framework. see https://fatfreeframework.com/
*
**PHP5.6**
currently (migration to PHP7.x is in the pipe)
*
*
*phinx*
*
to inject database schema and initial data / accounts into MySQL see https://phinx.org/
*
*
*php-cs-fixer*
*
to check php code for errors and fix coding standard issues, see https://github.com/FriendsOfPHP/PHP-CS-Fixer
*
*
*doctrine/dbal*
*
as ORM see https://github.com/doctrine/dbal
*
*
*f3 framework*
*
as main view / controller framework. see https://fatfreeframework.com/
Look at
`app/`
folder for most Controllers, and
`app/routes.ini`
for the application routes (the URLs)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment