Skip to content

The server-side code used to run the metrics server and the download redirection service

Notifications You must be signed in to change notification settings

language-transfer/lt-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

On a fresh Linode running Ubuntu 20.04 LTS:

git clone https://github.com/language-transfer/lt-server
cd lt-server
./setup.sh

Usage

To interact with the mongodb server:

docker exec -it lt-server_mongo_1 mongo "mongodb://[email protected]:27017/lt_logged_data"

Use the password in secrets/mongo_password, then you can:

> db.activity.find()

Attribution

We fetch location data from IP2Location LITE data: https://lite.ip2location.com.

About

The server-side code used to run the metrics server and the download redirection service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published