layout |
---|
default |
Usery is a portal to allow users to create themselves an openstack sandbox cloud project with no need for the cloud admins to do anything. It will setup a project in the the cloud, create the user necessary for accessing this project and then email the user the login details. It will also email the cloud support team to let them know of the new sandbox that has been created.
The portal needs a postgresql database to store the static file customization the Openstack metadata about the users and projects is stored within the object metadata.
- Postgresql Database (9.6 used for development)
- Follow these instructions to install postgresql with docker-compose.
- Username and Password for the Postgresql database
- Dedicated Openstack Domain for Sandboxes
- Use this to setup a developent environment
- Colour Codes #ECC231 #CC973B #B17E3B
- Django - The web framework used
- Bootstrap
- SB Admin 2 Template
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Lance Haig - Initial work - lhaig
See also the list of contributors who participated in this project.
This project is licensed under the GPLv3 License - see the LICENSE file for details