Skip to content

Commit cc49934

Browse files
Remove PHP refs
1 parent 2534f03 commit cc49934

File tree

5 files changed

+2
-50
lines changed

5 files changed

+2
-50
lines changed

docs/admin-manual/deployment-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ More information on how to deploy Reconmap to K8s can be found on this [Github r
1717

1818
### Manually
1919

20-
Manually refers to the option of installing all dependencies (eg PHP, MySQL, Nginx, ...) and the application on an operating system and server of your choice.
20+
Manually refers to the option of installing all dependencies (eg .NET, MySQL, Nginx, ...) and the application on an operating system and server of your choice.
2121

2222
This option gives you complete flexibility but also adds a lot of maintenance overhead.
2323

docs/admin-manual/upgrading-instance.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Run the following commands on the directory where you have your `docker-compose.
1313
docker-compose pull # Download latest version of the docker images
1414
docker-compose down # Stop and remove any containers
1515
docker-compose up -d # Build containers and start them
16-
docker-compose run --entrypoint /usr/bin/php api /var/www/webapp/src/Cli/app.php database:migrate-schema # Perform any database migration
1716
```
1817

1918
### Destructive upgrade

docs/development/troubleshooting.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

docs/overview/community.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@ Meet some of our contributors! We are a small team for now but open to new contr
1919
</a>
2020

2121
Made with [contrib.rocks](https://contrib.rocks).
22-
23-
Head over to [Gitter](https://gitter.im/reconmap/community) to have a chat an discuss how to get involved with the community.

docs/user-manual/reports/pentest-report-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Reconmap simplifies by creation of pentest reports with the use of customisable
1010

1111
![Example PDF report](/images/screenshots/example-pentest-report-pdf.png)
1212

13-
You can find an example of template [here](https://github.com/reconmap/rest-api/blob/master/resources/templates/reports/default.docx) and the documentation of the templating engine [here](https://phpword.readthedocs.io/en/latest/templates-processing.html).
13+
You can find an example of template [here](https://github.com/reconmap/reconmap/blob/master/data/attachments/default-report-template.docx).

0 commit comments

Comments
 (0)