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

dfs (fobi fs) #50

Open
scien opened this issue May 24, 2014 · 0 comments
Open

dfs (fobi fs) #50

scien opened this issue May 24, 2014 · 0 comments
Milestone

Comments

@scien
Copy link
Contributor

scien commented May 24, 2014

dobifs /dobi
cd /dobi
ls
/db
  /media
    /:_id
  /objects
    /:_id
  /sites
    /:_id
  /site_users
    /:_id
  /users
    /:_id
/home
    /:site-slug
      /.config (link to /sites/:id)
      /page-slug.json (link to /objects/:id)
      /artists/artist-slug.json (link to /objects/:id)

cloning a site

cd /dobi/home
cp -r ultra-miami ultra-miami2

copying a page

cd /dobi/home/ultra-miami
cp tickets.json ticket2.json

deleting a page

cd /dobi/home/ultra-miami
rm tickets2.json

new page

cd /dobi/home/ultra-miami
vim my-new-page.json

@jasongornall - comment with any other ideas

@scien scien modified the milestone: misc Sep 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant