Skip to content

argux/server

Repository files navigation

Build Status Coverage Status Code Climate Issue Count Documentation Status Join the chat at https://gitter.im/argux/server

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