Code Monkey home page Code Monkey logo
TagMeIn photo

tagmein Goto Github PK

repos: 24.0 gists: 0.0

Name: TagMeIn

Type: Organization

Bio: A network of world changers living in the light and spreading good news about the future. Software for good Cover: https://languagelog.ldc.upenn.edu/nll/?p=8930

Twitter: TagMeInApp

Location: United States

Blog: https://tagme.in/

tagmein

Tag Me In server software

Installation on Ubuntu

Step 1: Install nginx

sudo apt update

sudo apt install nginx

sudo ufw allow 'Nginx HTTPS'

Copy the following to a new file /etc/sites-available/tagmein:

server {
 server_name your.domain.here.com;
}

ln -s /etc/sites-available/tagmein /etc/sites-enabled/tagmein

Step 2: Automatic HTTPS with LetsEncrypt

sudo apt install certbot python3-certbot-nginx

sudo certbot --nginx -d your.domain.here.com

If you visit your website at this point at https://your.domain.here.com you should see the "Welcome to nginx!" page and a valid secure connection indicated in your web browser. Now that web hosting and domain are correctly configured, it's time to install Tag Me In!

Step 3: Install Tag Me In server software

cd ~

git clone [email protected]:tagmein/tagmein.git

~/tagmein/setup

Todo

Nginx prevent listing of /home/ Nginx Access-Control-Allow-Origin *

TagMeIn's Projects

civil-compute icon civil-compute

Civil Compute is a hosting platform that combines storage and compute with concepts from Literate Programming for runtime introspection of programs.

computer icon computer

6-bit CPU architecture and demonstration implementation

gbsp icon gbsp

Global Book Summary Project: Help you find a book to read next

ideas icon ideas

Ideas component library for JavaScript

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.