Skip to content

Quickstart (manual, from source)

Jeremy Nelson edited this page Mar 22, 2016 · 1 revision

Quickstart

From the command-line, you can create your own site that uses the RDF Framework by following these steps:

  1. Clone https://github.com/KnowledgeLinks/rdfw-sitestarter as a new repository
  2. Change to the new cloned directory
  3. Run git submodule init to initialize the rdfw-core and the rdfw repositories as submodules
  4. Run git submodule update to populate the submodules
  5. Create an instance directory
  6. Create a config.py in the instance directory
Clone this wiki locally