Giter Site home page Giter Site logo

amiralter0 / amiralter.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ivpn/ivpn.net

0.0 0.0 0.0 258.54 MB

Official IVPN Website

Home Page: https://www.ivpn.net/

License: Other

Shell 0.04% JavaScript 12.84% HTML 13.25% Vue 54.70% Dockerfile 0.35% SCSS 18.82%

amiralter.github.io's Introduction

IVPN Web

About this Repo

This is the official Git repo of the IVPN Website.

Contributing

If you are interested in contributing to IVPN Web project, please read our Contributing Guidelines.

Security Policy

If you want to report a security problem, please read our Security Policy.

License

This project is licensed under the GPLv3 - see the License file for details.

Authors

See the Authors file for the list of contributors who participated in this project.

Installation Guide

This is an installation summary for running IVPN's static website locally.

Windows:

  1. Install Windows Subsystem for Linux

  2. Upgrade WSL to WSL 2

  3. Change the Default Version of WSL to WSL 2

    wsl --set-default-version 2
    
  4. Install Docker (Documentation: https://docs.docker.com/)

  5. Clone or Download the IVPN repository

  6. Open Powershell and cd to the previously downloaded repository and run the following commands:

    docker build -t website:latest --build-arg ENV=staging .
    
    docker run -it --publish 8010:80 website  
    
  7. Open the website at http://localhost:8010/

M1 Mac:

  1. Install Docker as well as its prerequisites for your system.

  2. Clone or Download the IVPN repository.

  3. Open Terminal and cd to the previously download repository and run the following commands:

    docker buildx build --platform linux/amd64 -t website:latest --build-arg ENV=staging .
    
    docker run -it --publish 8010:80 website  
    
  4. Open the website at http://localhost:8010/

amiralter.github.io's People

Contributors

jurajhilje avatar jordan-ivpn avatar stenya avatar fednep avatar edwardivpn avatar johnnyburnaway avatar iain-ivpn avatar cipheromega avatar alexkorvin avatar dependabot[bot] avatar amiralter0 avatar noaione avatar calvinlough avatar encryptedgiraffe avatar lsm5 avatar rakleed avatar sethfalco avatar sloofy avatar vedderpradhan avatar wilaz avatar ppittle avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.