1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-16 21:58:17 +01:00

[ticket/16608] Add documentation info

PHPBB3-16608
This commit is contained in:
Matt Friedman 2020-10-02 09:42:07 -07:00
parent 52217bd4e4
commit 8ad14af39c

View File

@ -17,19 +17,22 @@ Get your copy of phpBB, find support and lots more on [phpBB.com](https://www.ph
To run an installation from the repo (and not from a pre-built package) on a local server, run the following commands:
```bash
## Fork phpbb/phpbb to your GitHub account, then create a local clone of it:
git clone git://github.com/your_github_name/phpbb.git
## Install phpBB's dependencies (from the root of your phpbb repo):
cd phpBB
php ../composer.phar install
```
- Fork phpbb/phpbb to your GitHub account, then create a local clone of it:
```
git clone https://github.com/your_github_name/phpbb.git
```
- Install phpBB's dependencies (from the root of your phpbb repo):
```
cd phpBB
php ../composer.phar install
```
Alternatively, you can read our [Vagrant documentation](phpBB/docs/vagrant.md) to find out how to use Vagrant to develop and contribute to phpBB.
## 📓 Documentation
phpBB's [Development Documentation](https://area51.phpbb.com/docs/dev/index.html) contains all the information you'll need to learn about developing for phpBB's core, extensions and automated testing.
## 🔬 Automated Testing
We have unit and functional tests in order to prevent regressions. You can view the bamboo continuous integration [here](https://bamboo.phpbb.com) or check our travis builds below: