-
Notifications
You must be signed in to change notification settings - Fork 0
rkrauskopf/piSuite
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Raspberry Pi Suite</title> <link rel="stylesheet" type="text/css" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css"> </head> <body> <div class="jumbotron"> <div class="repo container"> <h1 class="repo-name"><a href="/#/ventyx-platform.git">Raspberry Pi Suite</a></h1> <p class="lead"> A platform for storing simple real time data in a <a href="http://couchdb.apache.org/">Couch DB instance</a> to be read by the <a href="https://github.com/rkrauskopf/clientSuite"> Browser/Client Suite </a> </p> </div> </div> <main class="container read-me"> <h2>Getting started</h2> <p> To run the code the following steps are required. </p> <ol> <li> <a href="http://nodejs.org/">Node.js</a> is required to install the necessary libraries to host the client. <ul> <li> Node ships with NPM (the Node Package Manager), but not necessarily the latest version. So after installing Node, you should upgrade to the latest version of NPM using the following command: <pre><samp>npm install -g npm </samp></pre> </li> <li> Windows systems will continue running the old version of NPM, until you manually delete the old version. So you need to navigate in the windows command line to the following directory: <ul> <li><code>C:\Program Files\nodejs</code></li> </ul> and run the command <pre><samp>npm install npm </samp></pre> </li> </ul> <br> </li> <li> <a href="http://bower.io/">Bower</a> is require to install highcharts.js and jQuery libraries for now <p>To install run the following command</ </li> </ol> <h2 id="create-new">Setting up a new project</h2> <p> Install cordova npm install bower install </p> </main> </body> </html>
About
Scripts centered around connecting and collecting data from an arduino
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published