Giter Club home page Giter Club logo

java-jdk-csp's Introduction

 ############################Tutorial para Instalação da CSP######################### 
    apt-get update
    apt-get install python-software-properties software-properties-common
    apt-get install default-jdk -y
    apt-get update
    apt-get install ant subversion        
    baixar o arquivo "https://www.oracle.com/technetwork/pt/java/javase/downloads/jre8-downloads-2133155.html"
    enviar para a pasta /tmp jre-8u211-linux-x64.tar.gz com filezilla ou outro        
    cd /tmp
tar -xvzf jre-8u211-linux-x64.tar.gz        
mv o jre**** /  jre-oracle
    sudo mv jre-oracle/ /usr/lib
    sudo update-alternatives --install "/usr/bin/java" "java" "/usr/lib/jre-oracle/bin/java" 1
    sudo update-alternatives --set java /usr/lib/jre-oracle/bin/java        
    cd /lib
mkdir cspsvn
cd cspsvn
svn co http://streamboard.tv/svn/CSP/trunk CSP-svn
cd CSP-svn
    update-alternatives --config java
   Selection         Path                                            Priority   Status
      selecione  ------------------------------------------------------------
jdk ==> * 0       /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java   1081      auto mode
      1       /usr/lib/jre-oracle/bin/java                     1         manual mode
      2       /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java   1081      manual mode 

    ant tar-app
    update-alternatives --config java
  Selection        Path                                            Priority   Status
     selecione     ------------------------------------------------------------
          0   /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java   1081      auto mode
jre ==> * 1   /usr/lib/jre-oracle/bin/java                     1         manual mode
          2   /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java   1081      manual mode        

    cd /dist

tar -zxvf cardservproxy.tar.gz
mv cardservproxy /usr/local/csp
rm -rf /usr/local/csp/*
cd /usr/local/
git clone https://github.com/cabralfilho/java-jdk-csp.git
cd  java-jdk-csp
tar -zxvf csp.tar.gz

nano /etc/rc.local
Linhas para inclusão no arquivo rc.local	

cd /usr/local/csp
./cardproxy.sh start
chown root:syslog /var/log
exit 0

  Salve o arquivo utilizando "ctrl+x"

  Inicializando a CSP, execute os comandos abaixo na ordem

cd /usr/local/csp
   
./cardproxy.sh start

java-jdk-csp's People

Contributors

cabralfilho 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.