0.4.10 • Published 5 years ago

anura-server v0.4.10

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Anura

Version CodeFactor

Anura is a configuration manager that helps you and your team with managing your configuration across multiple services and multiple environments with a simple UI backed with real-time update system and custom configuration database with options to use external ones as well.

Feel free to fork and make contributions. We'll try to get them into the main application.

Installation

Anura requires Node.js to run
Anura is available as an npm package for easy installation. Anura On NPM

$ npm install anura-server -g 
$ anura start

after these commands, Anura will start-up in port 4000 by default.

Configuration

After installing Anura, A new directory will be created in the /var/local folder in Linux or in %AppData% folder on windows. The installation will create an initial folder with a config.yaml file. You can also add a config_file argument in the anura start script

VeribleInfoTypeDefault
STORE_LOCATIONWhere to save the config dataPath/var/local/Anura |$appdata%\Anura
HUMAN_READABLESave the config data in a human readable formattrue/falsefalse
SERVER_PORTThe port of the config server (and it's ui)number4000

Development

Todos in the near future

  • Make Anura easier to setup.
  • Add more external data store options. (like mongo and redis)
  • Make an option to scale out. (multi-service is fun)
  • Improve UI usability.

License

MIT

Icon made by Freepik from www.flaticon.com