File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Toolforge Bundle
22================
33
4- A Symfony 4 bundle that provides some common parts of web-based tools in Wikimedia Toolforge.
4+ A Symfony 4/5 bundle that provides some common parts of web-based tools in Wikimedia Toolforge.
55
66Features:
77
@@ -44,7 +44,21 @@ or on [Phabricator](https://phabricator.wikimedia.org/tag/community-tech) (tagge
4444
4545## Installation
4646
47- Install the code (in an existing Symfony project):
47+ ### New project
48+
49+ To get a new project up and running quickly
50+ first make sure you've got [ Composer] ( https://getcomposer.org ) and the [ Symfony CLI] ( https://symfony.com/download ) installed
51+ and then use the [ Toolforge Skeleton] ( https://packagist.org/packages/wikimedia/toolforge-skeleton ) :
52+
53+ composer create-project wikimedia/toolforge-skeleton ./my-cool-tool
54+ cd my-cool-tool
55+ symfony server:start -d
56+
57+ Navigate to http://localhost:8000 and you should see your new tool up and running.
58+
59+ ### Existing project
60+
61+ Install the code in an existing Symfony project:
4862
4963 composer require wikimedia/toolforge-bundle
5064
You can’t perform that action at this time.
0 commit comments