Git Product home page Git Product logo

cloud-print-console's Introduction

cloud-print-console

インストール手順

GlassFish インストール

$ wget http://download.java.net/glassfish/4.0/release/glassfish-4.0.zip
$ unzip glassfish-4.0.zip
$ export GLASSFISH_HOME=<GLASSFISH_HOME>

Maven インストール

$ wget http://ftp.meisei-u.ac.jp/mirror/apache/dist/maven/maven-3/3.2.2/binaries/apache-maven-3.2.2-bin.tar.gz
$ tar xfz apache-maven-3.2.2-bin.tar.gz
$ export M2_HOME=<M2_HOME>

Git クローン

$ git clone https://github.com/akihyro/cloud-print-console.git
$ cd cloud-print-console

ドメイン 作成

$ mvn glassfish:create-domain

起動手順

ドメイン 起動

$ mvn glassfish:start-domain

WAR 作成

$ mvn war:war

WAR デプロイ

$ mvn glassfish:deploy # or glassfish:redeploy

停止手順

ドメイン 停止

$ mvn glassfish:stop-domain

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.