- Documentation in Sphinx (figure out how to build after making changes in github)
- Architecture Diagram (Update and move to lucidchart which has better templates for block diagrams)
- /tutorial ---> Contains tutorial files
- local_config.md
- tutorial for setting up local development environment
- reload_vagrant.md
- push_to_server.md
- tutorial for push changes up to the real server
- github_branching.md
- tutorial for create and manage github branch
- local_config.md
- /local_server ---> Contains files to setup development environment
- /ansible
- a tool for provisioning/configuring local development environments
- CSE103_Fall14.tar.bz2
- database files for local development testing
- webwork.sql
- database dump, used to restore database in local development environments
- requirements.txt
- used for configuring python dependencies for local development environments
- default
- used to replace a configuration file in local development environments
- /ansible
- /docs ---> Contains files to generate documentation
- /src ---> All of the cod, contains a README.md inside folder
- /old ---> Contains old codes
- Vagrantfile
- Used to build the local development environments in current directory