allofphysicsgraph / proofofconcept

Physics Derivation Graph: mathematical connections among equations
https://derivationmap.net/
Other
20 stars 6 forks source link

separate web backend iterations into repos #289

Closed bhpayne closed 4 months ago

bhpayne commented 4 months ago

Currently the v7_JSON_backend and the v8_Neo4j_backend are both in the proofofconcept repo. Move them into their own respective repos

bhpayne commented 4 months ago

see https://docs.github.com/en/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository and https://grantwinney.com/how-to-move-a-subdirectory-of-one-repo-into-its-own-repository/

bhpayne commented 4 months ago

get the tool

git clone git@github.com:newren/git-filter-repo.git
PATH=/Users/bhp/version_control/git-filter-repo/:$PATH

fresh clone of repo

git clone git@github.com:allofphysicsgraph/proofofconcept.git
cd proofofconcept 
git filter-repo --subdirectory-filter property_graph
git remote add origin git@github.com:allofphysicsgraph/ui_v8_website_flask_neo4j.git
git push --set-upstream origin gh-pages
bhpayne commented 4 months ago

See https://github.com/allofphysicsgraph/ui_v7_website_flask_json and https://github.com/allofphysicsgraph/ui_v8_website_flask_neo4j/tree/gh-pages