@@ -11,40 +11,40 @@ A simple project
11
11
12
12
Ubiquity new projectName
13
13
14
- A project with Semantic-UI integration
14
+ A project with UbiquityMyAdmin interface
15
15
16
16
.. code-block :: bash
17
17
18
- Ubiquity new projectName -q=semantic
19
-
20
- A project with UbiquityMyAdmin interface and Semantic-UI integration
18
+ Ubiquity new projectName -a
19
+
20
+ A project with bootstrap and semantic-ui themes installed
21
21
22
22
.. code-block :: bash
23
23
24
- Ubiquity new projectName -q= semantic -a
24
+ Ubiquity new projectName -themes=bootstrap, semantic
25
25
26
26
Installer arguments
27
27
-------------------
28
28
29
- +------------+------------+---------------------------------+-----------+-----------------------+
30
- | short name | name | role | default | Allowed values |
31
- +============+============+=================================+===========+=======================+
32
- | b | dbName | Sets the database name. | | |
33
- +------------+------------+---------------------------------+-----------+-----------------------+
34
- | s | serverName | Defines the db server address. | 127.0.0.1 | |
35
- +------------+------------+---------------------------------+-----------+-----------------------+
36
- | p | port | Defines the db server port. | 3306 | |
37
- +------------+------------+---------------------------------+-----------+-----------------------+
38
- | u | user | Defines the db server user. | root | |
39
- +------------+------------+---------------------------------+-----------+-----------------------+
40
- | w | password | Defines the db server password. | '' | |
41
- +------------+------------+---------------------------------+-----------+-----------------------+
42
- | q | phpmv | Integrates phpMv-UI toolkit . | false | semantic,bootstrap,ui |
43
- +------------+------------+---------------------------------+-----------+-----------------------+
44
- | m | all-models | Creates all models from db. | false | |
45
- +------------+------------+---------------------------------+-----------+-----------------------+
46
- | a | admin | Adds UbiquityMyAdmin interface. | false | |
47
- +------------+------------+---------------------------------+-----------+-----------------------+
29
+ +------------+------------+---------------------------------+-----------+------------------------------- +
30
+ | short name | name | role | default | Allowed values |
31
+ +============+============+=================================+===========+=============================== +
32
+ | b | dbName | Sets the database name. | | |
33
+ +------------+------------+---------------------------------+-----------+------------------------------- +
34
+ | s | serverName | Defines the db server address. | 127.0.0.1 | |
35
+ +------------+------------+---------------------------------+-----------+------------------------------- +
36
+ | p | port | Defines the db server port. | 3306 | |
37
+ +------------+------------+---------------------------------+-----------+------------------------------- +
38
+ | u | user | Defines the db server user. | root | |
39
+ +------------+------------+---------------------------------+-----------+------------------------------- +
40
+ | w | password | Defines the db server password. | '' | |
41
+ +------------+------------+---------------------------------+-----------+------------------------------- +
42
+ | h | themes | Install themes . | | semantic,bootstrap,foundation |
43
+ +------------+------------+---------------------------------+-----------+------------------------------- +
44
+ | m | all-models | Creates all models from db. | false | |
45
+ +------------+------------+---------------------------------+-----------+------------------------------- +
46
+ | a | admin | Adds UbiquityMyAdmin interface. | false | |
47
+ +------------+------------+---------------------------------+-----------+------------------------------- +
48
48
49
49
Arguments usage
50
50
---------------
@@ -59,11 +59,11 @@ Example of creation of the **blog** project, connected to the **blogDb** databas
59
59
60
60
long names
61
61
^^^^^^^^^^^
62
- Example of creation of the **blog ** project, connected to the **bogDb ** database, with generation of all models and integration of phpMv-toolkit
62
+ Example of creation of the **blog ** project, connected to the **bogDb ** database, with generation of all models and integration of semantic theme
63
63
64
64
.. code-block :: bash
65
65
66
- Ubiquity new blog --dbName=blogDb --all-models=true --phpmv =semantic
66
+ Ubiquity new blog --dbName=blogDb --all-models=true --themes =semantic
67
67
68
68
Testing
69
69
-------
0 commit comments