Discover Packages
github.com/Devops-2022-Group-R/itu-minitwit
module
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: May 31, 2022
License: MIT
Opens a new window with license information.
README
README
¶
ITU MiniTwit
Updated by: Group R
To build the MiniTwit Docker image:
docker build -t minitwit .
To run the MiniTwit Docker container:
docker run -p 8080:8080 -it minitwit
Deploy
The project is automatically deployed when a new :latest tag is pushed to Docker Hub . This happens automatically once a commit is made to the master branch.
This assumes that Azure has been set up correctly.
Azure setup
Prerequisites
Steps
Make sure the working directory is .infrastructure (cd .infrastructure from the project root).
Ensure that you have the .infrastructure/.tfvars file and replace the <add_value> fields with your secrets and config values.
Run terraform apply -var-file .tfvars
Expand ▾
Collapse ▴
Directories
¶
password
A small package for generating password hashes and checking if a plaintext password matches a given password hash.
A small package for generating password hashes and checking if a plaintext password matches a given password hash.
Click to show internal directories.
Click to hide internal directories.