Coder Social home page Coder Social logo

webui's Introduction

FreeNAS 11 WebUI

Build Status

This is the project for the new angular.io (5.x) WebUI for FreeNAS 11. It is meant to coexist with current FreeNAS 11 Django/Dojo WebUI.

Development requirements

  • npm >= 5
  • Node.js >= 5
  • Running FreeNAS 11 Nightly Machine (VM is fine)

Getting started

Install the development requirements (FreeBSD 11 or later):

# pkg install npm

On some operating systems it is quickest to install npm > 3 first then install npm:

# npm install -g npm5

Checkout FreeNAS git repository:

$ git clone https://github.com/freenas/webui.git
$ cd webui

Install npm packages:

$ npm install

Run the environment configuration script (if your ip address changes later you may repeat this step)

$ ./setup_env.js -i <ip address or FQDN of the server where FreeNAS is running>

To start run npm start

This runs a local webserver with the new WebUI, by default at http://localhost:4200. If this webserver is kept running, changes to the project will be rebuilt incrementally.

To test AOT in dev mode run

npm run start:dev:aot

To run the production build, run

npm run build:prod:aot

Getting errors about missing packages?

npm install

Getting permission errors or Failed messages when trying to run npm start?

From the webui repo

rm -rf node_modules (may need root)
rm package-lock.json
npm cache clear --force
npm install

This should bring the npm environment back to a useable state.

Translating Text to Other Languages

To extract all of the strings from the project to be translated run: npm run extract

This will update all of the PO files located in the directory src/assets/i18n. These can be edited with any PO editor.

webui's People

Contributors

erincodepirate avatar lola27 avatar vaibhav-rbs avatar dkmullen avatar mactanxin avatar petesouth avatar rishabh27892 avatar mrt134 avatar psouthwell avatar allwithyou999 avatar a-stjohn avatar caymanowl avatar william-gr avatar nesma1988 avatar dasukeimaimobile avatar wblock avatar pkgdemon avatar miker avatar kmoore134 avatar miwi-fbsd avatar kphoang avatar ericbsd avatar araujobsd avatar steven-harris avatar davidjb avatar p-bo avatar dlavigne avatar themylogin avatar

Watchers

James Cloos avatar Douglas Needham avatar

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.