Difference between revisions of "How to install IDS"
Jump to navigation
Jump to search
| Line 11: | Line 11: | ||
10. rm -rf .github <br> | 10. rm -rf .github <br> | ||
11. rm .gitignore <br> | 11. rm .gitignore <br> | ||
| − | 12. git clone [email protected]:SAMBPLG/ids.git <br> | + | 12. git clone [email protected]:SAMBPLG/ids.git . <br> |
| − | 13. bench get-app [email protected]:SAMBPLG/sambcoro.git | + | 13. bench get-app [email protected]:SAMBPLG/sambcoro.git <br> |
14. bench install-app samb <br> | 14. bench install-app samb <br> | ||
15. bench migrate <br> | 15. bench migrate <br> | ||
Revision as of 09:06, 7 May 2024
0. Setup Frappe (https://frappeframework.com/docs/user/en/installation)
1. bench init ids --frappe-branch version-13
2. cd ids
3. bench new-site ids --db-name ids --db-type postgres
4. bench use ids
5. bench start
6. bench get-app [email protected]:SAMBPLG/ids.git
7. rm -rf apps/samb/*
8. cd apps/samb
9. rm -rf .git
10. rm -rf .github
11. rm .gitignore
12. git clone [email protected]:SAMBPLG/ids.git .
13. bench get-app [email protected]:SAMBPLG/sambcoro.git
14. bench install-app samb
15. bench migrate
16. bench restore 20230915_111320-ids-database.sql.gz --db-root-username postgres --db-root-password root