Skip to content

jeonghoonkang/STALK-INSTALL

 
 

Repository files navigation

How To Install

Ubuntu

  1. wget https://raw.githubusercontent.com/321core/STALK-INSTALL/master/install-ubuntu.sh
  2. sh install-ubuntu.sh

CentOS

  1. wget https://raw.githubusercontent.com/321core/STALK-INSTALL/master/install-centos.sh
  2. sh install-centos.sh

OS-X

  1. First, git should be installed on your mac.
  2. wget https://raw.githubusercontent.com/321core/STALK-INSTALL/master/install-osx.sh
  3. sh install-osx.sh

Rasberry PI

  1. wget https://raw.githubusercontent.com/321core/STALK-INSTALL/master/install-rasberry.sh
  2. sh install-rasberry.sh

Cygwin

  1. First, the following items must be installed on Cygwin * python * git * wget * cygrunsrv

  2. wget https://raw.githubusercontent.com/321core/STALK-INSTALL/master/install-cygwin.sh

  3. sh install-cygwin.sh

  4. run Cygwin terminal as Administrator and type this:

     cygrunsrv -I stalk -p /usr/bin/python2.7.exe -a /usr/share/stalk/service/talkd.py
     cygrunsrv -S stalk
    
  5. now, stalk is installed as windows service. (you can quit Cygwin terminal now) You can check it by entering the url of 'http://localhost:8900' in the Chrome browser. If pop up a page correctly, stalk is successfully installed.

Android APK

  1. https://raw.githubusercontent.com/321core/STALK-INSTALL/master/android-app/app-debug.apk

How To Use

http://125.7.128.54:8900/#/main

http://125.7.128.54/stalk/master/admin/api/entry/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.7%
  • JavaScript 30.7%
  • CSS 6.1%
  • Other 0.5%