GithubHelp home page GithubHelp logo

quixthe2nd / askuasign Goto Github PK

View Code? Open in Web Editor NEW

This project forked from srijansaxena11/askuasign

1.0 0.0 0.0 85 KB

IPA Signing API using zsign

JavaScript 37.05% Dockerfile 1.87% EJS 61.08%

askuasign's Introduction

AskuaSign

IPA Signing API using zsign

Setup

Natively

  1. Install zsign zsign
    gh repo clone Athenua/zsign
    cd zsign
    ./INSTALL.sh
    cp bin/zsign -r /usr/bin
  2. Install NodeJS and NPM
    apt install nodejs -y
    apt install npm -y
  3. Update NodeJS
    npm install -g n
    n latest
    Reconnect to SSH
  4. Install MongoDB
    apt-get install gnupg curl
    curl -fsSL https://pgp.mongodb.com/server-7.0.asc | \gpg -o /usr/share/keyrings/mongodb-server-7.0.gpg \--dearmor
    echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-7.0.gpg ] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/7.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-7.0.list
    apt-get update
    apt-get install -y mongodb-org
    
    Debian swap line 3 with
    echo "deb [ signed-by=/usr/share/keyrings/mongodb-server-7.0.gpg ] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/7.0 main" | sudo tee /etc/apt/sources.list.d/mongodb-org-7.0.list
  5. Install Modules
    npm install
  6. Modify .env
  7. Run
    node .

Docker

  1. clone repo
    git clone --depth=1 https://github.com/Athenua/AskuaSign
  2. open up docker-compose.yml and change DOMAIN on line 9 (should be able to use http://127.0.0.1:3000 if you're only hosting locally)
  3. docker compose up -d
  4. askuasign is now running locally on http://127.0.0.1:3000 !

I love you!

askuasign's People

Contributors

athenua avatar asdfzxcvbn avatar quixthe2nd avatar

Stargazers

 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.