Skip to content

Commit

Permalink
createProject options
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheron committed Apr 15, 2017
1 parent 7e48c84 commit e898346
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/createproject.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Project creation
=================
After installing :doc:`install`,
in a bash console, call the new command in the root folder of your web server :
::
Micro new projectName

Installer arguments
-------------------

+-------------+------------+----------------------------------+-----------+
| short name | name | role | default |
+=============+============+==================================+===========+
| b | dbName | Sets the database name. | |
+-------------+------------+----------------------------------+-----------+
| s | serverName | Defines the db server address. | 127.0.0.1 |
+-------------+------------+----------------------------------+-----------+
| p | port | Defines the server port. | 3306 |
+-------------+------------+----------------------------------+-----------+

0 comments on commit e898346

Please sign in to comment.