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.
-
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.
-
Web API table
-
Java API documents
-
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