You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 months ago | |
---|---|---|
boards | 5 months ago | |
static | 5 months ago | |
templates | 5 months ago | |
LICENSE | 5 months ago | |
README.md | 5 months ago | |
boards.json | 5 months ago | |
config.json | 5 months ago | |
config.json.ex | 5 months ago | |
follows.json | 5 months ago | |
main.py | 5 months ago | |
morsel_avatar.py | 5 months ago | |
morsel_boards.py | 5 months ago | |
morsel_home.py | 5 months ago | |
morsel_login.py | 5 months ago | |
morsel_proxy.py | 5 months ago | |
morsel_users.py | 5 months ago | |
morsel_util.py | 5 months ago | |
reset_credentials.sh | 5 months ago | |
users.json | 5 months ago |
README.md
morsel
WIP microblogging service.
setup
First, git clone the source code to a folder of your choosing. cd
to that folder, then:
- Open config.json in a text editor and switch
owner
to your username. (You'll make your account later. - Run
python -m flask --app main.py run
. Then, navigate to port 5000 in your web browser and create an account using the username you specified earlier.
Note that changes in permissions in config.json don't affect the owner account.
Just like that, Morsel is set up and ready to go!