https://github.com/matheusadc/donelist
Um site que exibe tarefas pendentes e concluídas.
https://github.com/matheusadc/donelist
aws css html php putty
Last synced: 25 days ago
JSON representation
Um site que exibe tarefas pendentes e concluídas.
- Host: GitHub
- URL: https://github.com/matheusadc/donelist
- Owner: MatheusADC
- Created: 2025-04-13T15:03:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-13T15:31:16.000Z (about 1 year ago)
- Last Synced: 2025-04-14T20:19:32.686Z (about 1 year ago)
- Topics: aws, css, html, php, putty
- Language: CSS
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Descrição
Um site que exibe tarefas pendentes e concluídas.
#
Página

#
Configuração do AWS
### Instalação do Apache, do PHP e inicialização do serviço
```
sudo yum update -y
```
```
sudo yum install -y httpd php
```
```
sudo systemctl start httpd
```
```
sudo systemctl enable httpd
```
```
sudo chown -R ec2-user:apache /var/www/html
```
```
sudo chmod -R 755 /var/www/html
```
#
Transferência dos arquivos via PuTTy
### Arquivo de Tarefas
```
sudo nano /var/www/html/tarefas.php
```
### Index
```
sudo nano /var/www/html/index.php
```
### Arquivo de estilo
```
sudo mkdir /var/www/html/css
```
```
sudo nano /var/www/html/css/style.css
```