Ai Stager is a Django powered staging platform for displaying design compositions to clients in a structured manner using an outlined view with project resources.
-
Clone the repository from GitHub.
git clone git://github.com/aiaio/ai-stager
-
Create a
settings.py
file from thesettings.py.template
file. -
Setup your database and add the criteria to
settings.py
. Works with Django >= 1.0. -
Run
python manage.py syncdb
and create an admin user.
- From the
/admin
homepage, click add user. - Enter username and password.
- Check the "active" box.
- If the user is a client, omit permissions.
- Click "save".
- From the
/admin
homepage, click add client. - Enter the client's name.
- Name the client url fragment (yoururl.com/clientname).
- Upload a logo (Width = 200, Height = 55).
- Check the "active" box.
- Choose a user. This designates what login info will be assigned to the client url.
- Create projects (ie. "Alexander Interactive" or "AI2883 Alexander Interactive").
- Designate urls for each project (yoururl.com/clientname/projectname).
NOTE: Don't add contacts under this section, as you cannot add multiple contacts here. You can do this under the "contacts" section.
- From the
/admin
homepage, click add contact. - Add contact info.
- Check "active".
- If an employee, check "staff". If not, the system will assume the contact is a client.
- Add the project to which you'd like to add this contact, and click "save."
- On the front end, project view, contacts will appear on the right side of the page.
- From the
/admin
homepage, click projects. - Select a project, now you are in "project" view.
- Name categories. These will be the tabs across the top of a project page, such as "design," "ia," or "account".
- Number the categories under "ordering." The first should be labeled "0," the second should be "1", and so forth.
- Check a default category. The default will automatically display that tab when you hit the project url.
- Click "save and continue editing" to register the categories. When the page refreshes, there will be links to edit categories above the category names.
- From the
/admin
homepage, click projects. - Select a project, now you are in "project" view.
- Filling out the link section at the bottom of the page will place links or files on the upper right hand side of a project page, under "project resources."
- Click "save and continue editing".
- From the
/admin
homepage, click projects - Select a project, now you are in "project" view.
- Fill out the name of section, assign a category, and select a date. A section is a large break in any of the categories.
- Click save and continue editing, then a link to edit that section will appear above the section name. click into that link, now you are in "section" view.
- Add descriptions and subsections. Click "save and continue editing." If you've added a subsection, a link will appear above the subsection name.
- From the
/admin
homepage, click projects, select project, click into the appropriate section. - Under "comps", add comp names and ordering, click "save and continue editing".
- Click the link above the comp name you'd like to change. Now you are in "comp" view.
- If you want to add a single file, add 1 file here.
- If you want to create a clickthrough, add multiple files here, and order them.
- click "save."
- From the
/admin
homepage, click projects, select project, click into the appropriate section. - Under "subsections," add name and description, check "active," then click "save and continue editing".
- Click into the newly created subsection link
- Under "comps", add the name of the comps and ordering, then click "save and continue editing".
- Click the link above the comp name you'd like to change. Now you are in "comp" view.
- If you want to add 1 comp for viewing, add it here, then click save and continue editing.
- If you want to create a click through, add multiple files here, and order them.
- Click "save"
This is an initial release. Expect regular improvements.
We welcome any improvements or suggestions to Ai Stager. Please contact us through our github account.
Ai Stager was originally developed for Ai's Internal use by Loren Davie and later re-factored by David Napolitan. The initial HTML integration was done by Tom Rosario. Ai Stager is now maintained by Sean Auriti and Nick Angiolillo with project management and original documentation by Amanda McCroskery. Favicon by Skottey Forden. Repo magic by Joshua Rusch. QA by David Kamm, Robert Gurdian and Alex Schmelkin. Used by all Ai PMS. Final word by Josh Levine.
Ai Stager is licensed under a modified MIT licence. See LICENCE.txt.
Copyright 2009 Alexander Interactive, Inc.