-
-
Notifications
You must be signed in to change notification settings - Fork 881
Installing and Running
unocelli edited this page Mar 24, 2020
·
8 revisions
FUXA is developed with NodeJS (backend) and Angular (frontend). You can use the released Windows desktop version build with Electron framework or follow the installation.
You need to have installed Node (Version 10.17) and NPM (Version 6.11). You need Python 2.7 (in Windows add to Environment Variable PATH) why some packages must be compiled from the source.
Clone this repository or download it
git clone https://github.com/frangoteam/fuxa.git
Install
cd ./server
npm install
Start NodeJS server at http://localhost:1881
cd ./server
npm start
Open up a browser (better Chrome) and navigate to http://localhost:1881
powered from frangoteam
- Home
- Getting Started
- Installing and Running
- HowTo Devices and Tags
- HowTo bind Controls
- HowTo Chart Control
- HowTo UI Layout
- HowTo setup Alarms
- HowTo define Shapes
- HowTo animate Pipe
- HowTo save/load Project
- HowTo configure events
- HowTo use same view
- HowTo configure Script
- HowTo configure ODBC
- HowTo Widgets
- HowTo WebSockets
- Settings
- Tips and Tricks