This repository has been archived by the owner on Sep 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Setting up your project
Brian Foo edited this page Sep 29, 2015
·
2 revisions
If you follow along step-by-step, there's a very good chance you'll create your first Scribe project. Since each project has its own combination features and requirements, there may be sections that you can skip. Rest assured, we will tell you when you can do so.
Scribe requires Rails, MongoDB, and Node to be installed. Select your operating system for step-by-step instructions:
- Creating Your Project - Input information about your project
- Define Your Project Workflows - Define what you are asking your users to do
- Define Your Project Subjects - Define what documents or images you are asking your users to perform tasks on
- Create Help Content - (optional) Create tips and tutorials to help your users perform tasks
- Customize Design - (optional) Adjust the look and feel of your project
- Rake Commands For Managing Projects - A set of rake tasks are available for creating, updating, and deleting projects
- Once a project is loaded, you can visit http://localhost:3000/ in your browser
- Deploying Your Project - Follow these instructions for deploying your app to a production server
- Getting Started
-
Setting up your Project
- Setup Your Environment
- Configure your project
- Load your project
- Code & Technical Notes
- Project Reference