Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amilich/passwordsharer
https://github.com/amilich/passwordsharer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/amilich/passwordsharer
- Owner: amilich
- Created: 2015-10-18T18:20:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-21T04:38:54.000Z (about 9 years ago)
- Last Synced: 2024-10-09T18:41:16.762Z (3 months ago)
- Language: Python
- Size: 7.79 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Setup instructions:
1. Install pip via ```easy_install pip```
2. Install virtualenv via ```pip install virtualenv```
3. Clone the git repository (git clone ... repo link ...)
4. cd into the folder containing the git repo and create a virtual environment via ```virtualenv PasswordSharer```
5. It will install pip and other stuff into the machine
6. Start the machine via ```source bin/activate``` (note: the bin folder should be inside the PasswordSharer repo folder)
7. Use pip to install all modules in requirements.txt - ```pip install -r /path/to/requirements.txt```
8. Install flask-mysql
9. Install flask-sqlalchemy