Skip to content

XPERIA679/OJT1-Microblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

HiPE OJT1 Microblog Web Application

GitHub Repository for the Microblog Web Application developed by HiPE OJT1

Languages and Tools:

css3 docker git html5 laravel mysql nodejs php

Dockerization (Ubuntu)

Microblog Project Dockerization

Installation

Requirements

Docker Desktop
Ubuntu/WSL - local terminal: wsl --install -d Ubuntu

Note:
Must enable ubuntu in Docker Desktop Settings
-> Settings -> Resources -> WSL Integration -> Check Ubuntu -> Apply and Restart

Deployment

To deploy this project run

Ubuntu cmd:

- mkdir <project-name>
- cd <project-name>
- code .
Vscode terminal:

- git init
- git clone -b Docker https://github.com/XPERIA679/OJT1-Microblog
- cd OJT1-Microblog
- sudo apt install make
- make build 
Build Laravel Project:

- make laravel-project
- make permissions
- make copy-env
 -> uncomment node service in docker-compose.yml
- make down-up
- make migrate

DONE!

Authors

About

GitHub Repository for HiPE OJT1 Microblog Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published