-
Notifications
You must be signed in to change notification settings - Fork 7
Welcome to your new Wagtail site!
Brookelyn Parslow edited this page Feb 25, 2020
·
2 revisions
When you visit your localhost and this message is displayed on a white screen, you're ready to start setting up the articles and pages within Pipeline.
You can get to the admin panel via localhost:8000/admin. The login credentials should be the same for the superuser you made on your Postgres database.
- Navigate to localhost:8000/admin/pages and delete the page there.
- First, you have to create an article page that can go on your homepage. Click "add child page" and publish an article page.
- Click "add child page," and create a home page. Call it "Home" and feature the article that you made on the page.
- Publish the page.
- Navigate to Settings > Sites. Click the "Add a site" in the top right corner. The hostname and port are whatever you set them to be (typically localhost and 80 respectively), and the root page should be the home page you just made.
Creating something similar to poly.rpi.edu
- You can request part of the actual database of articles from the technology director of The Poly, but if that is not an option you should start populating the site yourself.
- Make the same index pages for sections (News, Sports, Opinion, Features) and any static pages (these are on the right side of the divider on nav bar) you want. You can always add these later.
- Look at articles on poly.rpi.edu and copy the content over into new child pages. You likely will not need a lot of them, just enough to work on and test whatever you're doing.