Skip to content

Bluesky-CPS/BlueSkyLoggerCloudBINResearchVer1.0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Blue-sky Logger cloud executable files Ver1.0

This is the repository of Blue-sky server executable bytes code files that contribute as a free software and educational colleages purpose with non-profit anyways. Of cause, you can try to use or test the software as the other general-purposes everytime in which we are developing as a demo version and you can redistribute it when we have released the full version.

Cautions: We do not suggest you use the demo version to redistribute the software. We do not have a responsibility in the case of demo software injury. We will release the full version in the next time. If you ask about the source code of the demo version, you can request it to me anytime do you want.

Getting Started

  • Clone the git

    git clone https://github.com/not001praween001/BlueSkyLoggerCloudBINResearchVer1.0.git
    cd BlueSkyLoggerCloudBINResearchVer1.0/bin
  • Edit the configure

    curr=$(pwd)
    echo "WWWROOT_PATH = $curr/Inetpub" >> Httpd.cfg
    sed -i -e 's/WWWROOT_PATH\ =\ ${REPOSITORY_ABSOLUTE_PATH}\/Inetpub/\ /g' Httpd.cfg
  • Execute the Bluesky server

    For normaly executing shell.

    ./Httpd.sh

    For deamon executing shell.

    ./HttpAsDeamon.sh

    For stop all running servers.

    ./stopAllServer.sh
  • Enjoy the environment

    You have to prepare the embedded devices before your enjoying the environment. If you had not prepared your embedded devices yet, you can see the preparing method at here for the Bluesky-Raspbian or directly embedded the Bluesky modules, etc in order to prepare it well first. And then, you can enjoy your environment at your local browsing page from here.

The other references

  • Web API table

    @see Web HTTP API (Demo version1.0)

  • Java API documents

    @see Java API documents (Demo version1.0)

  • About the redis

    The redis should be running before invoke the Bluesky server. If the redis has not been started, the Bluesky server will be automatically turn the Key-Value Store database accessing feature off. You can extract redis source code included in this package for using with the Bluesky server following method. You can learn more about the detail of redis here.

    tar -xvfz redis-2.6.9.tar.gz
    cd redis-2.6.9
    make -j4
    cd ..

    Then, start the redis.

    ./startRedis.sh

Author: Praween AMONTAMAVUT

About

Bluesky server binary files. (Released a demo version1.0)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.6%
  • HTML 39.4%
  • CSS 3.9%
  • Other 0.1%