Skip to content

Commit 9ae4eaf

Browse files
cordovalweaverryan
authored andcommitted
address comments
1 parent 35b72d0 commit 9ae4eaf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cookbook/deployment-tools.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ How to deploy a symfony2 application
77
There are several ways you can deploy a symfony2 application:
88

99
* One way is moving the files manually or via ftp if you don't use versioning
10-
(e.g. git).
10+
(e.g. git);
1111

1212
* If you use versioning you could still move things manually cloning or fetching
1313
your repository from the final server folder location. However it is advised
1414
you make use of better tools especially in the case where you have access
15-
capabilities such as enough permissions in a virtual private server or similar system.
15+
capabilities such as enough permissions in a virtual private server or similar system;
1616

1717
* Some projects are really large so they make use of more established tools for
1818
deploying not only the files but really deploy a OS or package distribution
19-
containing the sf2 project inside.
19+
containing the sf2 project inside;
2020

2121
* Another important thing to keep in mind is the handling of dependencies.
2222
One can use composer to fetch dependencies or include them all together with the
2323
repository. Some tools would handle this for you and even perhaps avoid fetching
24-
dependencies when a simple copy would do.
24+
dependencies when a simple copy would do;
2525

2626
* Remember deployment process includes all the setup and configuring, warming up caches,
2727
cleaning cache, all configuring environment required, setting of permissions, run of

0 commit comments

Comments
 (0)