Skip to content

gitter-badger/server-4

 
 

Repository files navigation

Build Status Coverage Status Code Climate Code Health Documentation Status

Install Argux Server

python setup.py install

Generate config-file

$ argux-server_genconfig

###########################################
###                                     ###
### Argux Server configuration wizard.  ###
###                                     ###
###########################################
 
Config file location [./argux-server.ini]: ./argux.ini
Use secure cookies? (Enforce HTTPS) ['y', 'n'] (Default: y)n
Enable debugging? ['y', 'n'] (Default: n)
WSGI Server? ['pserve', 'uwsgi'] (Default: pserve)
Choose Database Engine ['mysql', 'pgsql', 'sqlite'] sqlite
database path: (/var/lib/argux-server/argux.sqlite)

Initialize the database

argux-server_initdb argux-server.ini

Dependencies

Argux depends the following software

Development

Installing development tools

npm install --only=dev

Compile javascripts

gulp

Running test-suites

Testing javascripts

npm test

Testing python modules

python setup.py nosetests

About

Argux Server application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.9%
  • JavaScript 29.6%
  • Shell 4.4%
  • CSS 1.1%