Some documentation

This commit is contained in:
ahwelp
2023-01-24 20:42:52 +00:00
parent 491167554f
commit 0688e27da8
3 changed files with 9 additions and 0 deletions
+9
View File
@@ -9,4 +9,13 @@ php bootstrap/php /core/generator
```
php -S localhost:8000
```
```
docker run -d -p 8080:80 -v /var/www/html/urfatBro:/var/www/html urfatbro
```
```
https://stackoverflow.com/questions/58604454/how-to-invoke-composer-create-project-on-a-private-repo
composer create-project ghost/urfat-bro new-project --repository '{"type": "composer","url": "https://satis.inforsistemas-devel1.com.br"}' --stability=dev
```