Skip to content

Latest commit

 

History

History
137 lines (95 loc) · 4.86 KB

README.md

File metadata and controls

137 lines (95 loc) · 4.86 KB
title description excerpt version date-released repo tags license lastmod created draft slug keywords permalink layout
README - it-journey
it-journey
it-journey
0.0.1
2022-03-01
it-journey
readme
jekyll
MIT
2024-05-17 01:42:30 UTC
2022-03-01 12:00:00 UTC
in progress
readme
readme
/readme/
home
Branch Build Status
Master Build Status
gh-pages Build Status

pages-build-deployment

README

Welcome to the source code reposoity for it-journey.dev.

test

About IT-Journey.dev

IT-Journey.dev is a collaborative platform dedicated to the world of Information Technology (IT). Our mission is to provide a comprehensive resource for IT professionals, students, and enthusiasts to learn, share, and grow in the dynamic field of IT.

What You'll Find Here

  • Tutorials & Guides: Step-by-step tutorials and guides covering various IT topics, from basic programming to advanced network security.
  • Community Articles: Contributions from members of the IT community, offering insights, tips, and experiences.
  • Resource Library: A curated collection of resources like e-books, whitepapers, and tools beneficial for IT learning and development.
  • Discussion Forums: Engage with other IT professionals, ask questions, and share your knowledge.
  • Career Advice: Guidance and tips for building a successful career in IT, including interview preparation and resume building.

How to Navigate

  • Homepage: Start here to see the latest updates, featured articles, and community highlights.
  • Tutorials Section: Categorized tutorials for easy navigation based on your interests and skill level.
  • Community Hub: Access user-contributed articles and join discussions in the forums.
  • Resources: Explore our extensive library of IT resources.
  • Career Center: Get advice and tools for advancing your IT career.

Contributing to IT-Journey.dev

We welcome and appreciate contributions from the IT community. Here’s how you can be part of our journey:

  1. Become a Contributor: Share your expertise by writing articles or tutorials. Visit our 'Contribute' section for guidelines and submission details.
  2. Participate in Discussions: Join our forums, answer questions, or start new topics to engage with the community.
  3. Provide Feedback: Your suggestions help us improve. Use the 'Feedback' form on our site to share your thoughts.
  4. Share Resources: If you have resources like tools, books, or articles beneficial to the IT community, let us know!

Join Us

  • Sign Up: Create your free account to start contributing and accessing exclusive content.
  • Follow Us: Stay updated with the latest from IT-Journey.dev on [Twitter/Facebook/LinkedIn].
  • Newsletter: Subscribe to our newsletter for weekly updates and highlights.

Contact Us

For queries, support, or collaboration, contact us at email@it-journey.dev.

Thank you for being part of IT-Journey.dev - Your Pathway to IT Mastery!


This template provides a clear and engaging overview of the site, its contents, and how users can contribute. You can tailor it to fit the specific features and guidelines of "it-journey.dev."

Abstract

From zero to hero collection of docs, tools, scripts, and information to support your IT journey

Pre reqs

  • ruby 2.7.4
  • jekyll 3.8
  • git
  • gh cli

Docker Image Build

docker build -t it-journey .

Docker Run

Mac

# run the docker image and mount the local directory to the container and open a bash shell
# Run the container in detached mode
docker run -d -p 4002:4002 -v ${GITHOME}/it-journey:/app --name it_container it-journey

# Start the container and run the CMD line from the Dockerfile
docker start my_container

# Attach to the running container
docker exec -it my_container /bin/bash
http://localhost:4002/

Windows

docker run -p 4002:4002 -v C:\Users\AmrAbdel-Motaleb\github\it-journey:/app it-journey

Note

Auto-regeneration may not work on some Windows versions

Sources