Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation on installation? #1

Closed
jsilence opened this issue Jun 30, 2010 · 4 comments
Closed

Documentation on installation? #1

jsilence opened this issue Jun 30, 2010 · 4 comments
Labels

Comments

@jsilence
Copy link

Any help, hints and pointers on installing/deploying the app would be appreciated.

TIA,

-jsl

@jsilence
Copy link
Author

Got it to the point where running the app throws an error in the south module:
There is no South database module 'south.db.None' for your database. Please either choose a supported database, check for SOUTH_DATABASE_ADAPTER[S] settings, or remove South from INSTALLED_APPS.

Guess I need a database. But where and how?

@jsilence
Copy link
Author

Dang! Accidentally I closed this issue. How can I revert that?

@samuelclay
Copy link
Owner

Opened it back up. I'm going to see about included my local_settings.py as a template, as well as publishing a list of requirements.

Pretty much, you need:

  • django 1.2
  • oauth2
  • lxml
  • south
  • django_extensions
  • python-mysqldb
  • django-compress

And optionals:

  • guppy
  • django-devserver
  • gunicorn (and gevent, greenlets)

@samuelclay
Copy link
Owner

There is now a requirements.txt. Otherwise, the database should be able to be constructed through ./manage.py migrate and ./manage.py syncdb --all

sictiru added a commit that referenced this issue Jul 5, 2020
samuelclay added a commit that referenced this issue Jul 30, 2022
… it fixes the #1 issue people have when deploying on their own machines. Fixes #1717.
samuelclay added a commit that referenced this issue Aug 16, 2022
* master: (410 commits)
  Don't delete redis keys because they take time to rebuild and subs can be counted incorrectly during that time.
  Adding make collectstatic to make nb because even though it's slower, it fixes the #1 issue people have when deploying on their own machines. Fixes #1717.
  Time to take Nicholas and Mark off the about page.
  Updating David's photo on the About page. Fixes #1716.
  Fixing issue of Unread only not seeing every story. Due to the removal of UserSubscription.get_stories in 30127d7, we were no longer caching story hashes for single feeds.
  User count should include beyond yearly.
  Deferring execution of expensive statistics.
  Caching newsblur_users.py statistics.
  Adding cutoff from trimming stories for memory profiling.
  Switching timestamp to better calculator that doesn't spit out -1's. Matches c469608 and fixes #1671.
  Merging SDIFFSTORE and ZINTERSTORE into a single ZDIFFSTORE, thanks to redis 6.2.0. Requires new docker image.
  Bumping highlights max from 1024 characters to 16384 characters.
  Maxing out mark read dates.
  Adding mark read dates to dialog for archive users that stretches into the past year.
  Revert "Merging SDIFFSTORE and ZINTERSTORE into a single ZDIFFSTORE, thanks to redis 6.2.0. Requires new docker image."
  Merging SDIFFSTORE and ZINTERSTORE into a single ZDIFFSTORE, thanks to redis 6.2.0. Requires new docker image.
  Improving redis performance by reading the config.
  Don't remove unread stories for U: unread stories list because users are actively paging through.
  Re-exposing forgot password link.
  Trying 1 hour for story unread list.
  ...
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants