For ascending creations forum software.
add psycopg2-binary to the requirements or install it to get Full sql support.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
If you're on Python 3.6 or less skip step 4.pip install -U https://github.com/celery/celery/archive/master.zip
python3 acforum setup
This will Setup the Database and default groups.python3 acforum setup_mass
If you do not want to seed user data skip step 6.python3 acforum run
This will run a local Copy of the forums. Go into the forums via : http://127.0.0.1:5000 and register an account then copy and past the activation URL From the command line into the browser to Activate your first account. Login with the first account to make sure it is activated then go into the command and press ctrl+c to stop the local website. Run the Following Commandpython3 acforum user groups add
Then Enter in the Email you used for the Admin account and then enter in 'administrators' to add it to the Group.- 'go into config.py and modify the OWNER = 'genusis' to be your login name.' This will prevent the account from getting banned by someone you could have granted permissions too and makes it so they can not remove permissions from you as well.
Alex Lopez Theme Design
Andrew Wheeler Forum Software Creator
Stephan Van Schaiks Authz Creator and Base python project creator
Thank you Testers!