Welcome to the free Pluto Policy Manager - your app to manage Chrome OS policies. This tool is being developed and maintained by the Pluto open source team
Use the package manager npm to install all of Pluto's build dependencies.
npm installMake a copy of .env.example into .env and customize it to your needs.
cp .env.example .envGenerate a minified build ready to host on any web server using
npm run buildAfter building, you can copy the files in dist/ onto any web server.
A very easy way to host Pluto is to use Google App Engine. There's a configuration file for App Engine included in this repository, the app.yaml. To deploy Pluto to AppEngine, use
gcloud app deployAlternatively, you could upload it to any web accessible storage (like Google Cloud Storage) and point your domain to it.