Skip to content
 
 

Repository files navigation

Social

Social Wall for ERPNext

License

MIT

Install Instructions

Set up a new bench, substitute a path to the python version to use, which should 3.10 latest

# for linux development
bench init --frappe-branch version-15 {{ bench name }} --python ~/.pyenv/versions/3.10.10/bin/python3

Create a new site in that bench

cd {{ bench name }}
bench new-site {{ site name }} --force --db-name {{ site name }}
bench use {{ site name }}

Download the ERPNext app

bench get-app erpnext --branch version-15

Download this application and install all apps

bench get-app social git@github.com:agritheory/social.git

Set developer mode in site_config.json

cd {{ site name }}
nano site_config.json

 "developer_mode": 1,

Update and get the site ready

bench start

In a new terminal window

bench update
bench migrate
bench build

To run mypy

source env/bin/activate
mypy ./apps/social/social --ignore-missing-imports

To run pytest

source env/bin/activate
pytest ~/frappe-bench/apps/social/social/tests -s

Authors

About

The social feature (deprecated in Frappe v13) as an app that can be installed on any site

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages