Skip to content

montj2/valarie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ValARIE WebApp

TODO: Write a project description

Installation

ValARIE Web App is best leveraged through the use of virtualenv and is the recommended method for running, testing, and contributing.

Install virtualenv: pip install virtualenv

Create a virtualenv: virtualenv env

Activate virtualenv: env/bin/activate

Install project requirements: pip install -r requirements.txt

Cut some certs: openssl req -x509 -newkey rsa:4096 -keyout privkey.pem -out cert.pem -days 365 -nodes

That's it. You're ready to go!

Usage

Fire up the CherryPy server: python start.py

TODO: Write usage instructions

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

TODO: Write history

Credits

TODO: Write credits

License

TODO: Write license

About

Post Justin ValARIE Repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published