News Camera | |
---|---|
100px | |
Mission Details | |
x | |
Previous mission | x |
x | |
Rewards | |
Payment | |
Rank | |
Relationship |
- Download My Time At Portia
- My Time At Portia
- My Time At Portia No Slot Machines
- My Time In Portia
- My Time At Portia Cheats
Guide to character gifts and ratings. Listed values are without the giver skill, which gives an extra 1-2 points. Other My Time At Portia Guides: My Time. My Time in Portia is a newer game in the simulation genre that takes inspiration from farming sims. The game mixes things up by moving away from the traditional farming system and instead focuses on building. These mechanics help to set Portia apart from other games on the market that simply walk in the footsteps of the traditional farming sim. Welcome to our My Time at Portia walkthrough! You're off to a new life as a builder in Portia who has inherited your Pa's workshop! The town of Portia is filled with vibrant characters and many.
“ | If you want Merlin's camera, you'll need to go on a date with her. | „ |
~ My Time at Portia, Mission Details |
Mei has a commission for you to improve the Portia Times:
Mei: |
|
---|
Download My Time At Portia
Choose one: | |
---|---|
Option 1: 'I'm up for a camera.' NAME: 'QUOTE' | Option 2: 'I'll pass. There are too many things on my plate right now.' |
Accept the mission from Mei and head to the Research Center to ask Petra about getting a camera.
Petra: |
| |||
---|---|---|---|---|
Merlin: |
|
Choose one: | |
---|---|
Option 1: 'Can I have yours? Pretty please?' Merlin: 'No, of course not.' | Option 2: 'Can I have a diagram to build one?' Merlin: 'We don't have the technology to build cameras, and working ones are exceedingly rare.' |
Merlin: |
|
---|
Merlin has been curious about 'social engagements', i.e. dates, so if you agree to go on a date with her the next day, the camera is as good as yours. Pick a time and a location for the date, and when that time comes, meet Merlin at the agreed upon location. From there, use the time however you choose to. Walk together to nearby Dates#Activities and do your best to impress Merlin. She may give you hints about her preferences, especially when it comes to food. When you are ready to end the date, speak to her and end the date.
My Time At Portia
Wait to receive a letter from Merlin in the mail to find out how the date went for her and to receive the camera:
|
Report to Mei. You will be rewarded with gols, reputation, and relationship points. Later, the following story becomes available from the Portia Times:
100px |
|
Docker (recommended)¶
My Time At Portia No Slot Machines

If you are on a Linux machine you will need Docker installed or if you are using a Windows or Mac OS X machine you will need boot2docker.
You can run Portia with the command below:
Or with docker-compose by running:
Portia will now be running on port 9001 and you can access it at http://localhost:9001
.Projects will be stored in the project folder that you mount to docker.
To extract data using portia you can run your spider with:
After the crawl finishes you will find your extracted data in the the OUTPUT_FOLDER
Note
<PROJECT_FOLDER> and <OUTPUT_FOLDER> are just paths on your system where your projects and extracted data are stored.
Warning
For Windows the <PROJECT_FOLDER> path must be of the form /<DRIVE_LETTER/<PATH>. For example /C/Users/UserName/Documents/PortiaProjects
Vagrant¶
Checkout the repository:

You will need Vagrant , VirtualBoxNode.js, Bower and ember-cli installed.
Run the following in Portia’s directory:
This will launch an Ubuntu virtual machine, build Portia and start the portia
server. You’ll then be able to access Portia at http://localhost:9001
. You can stop the portia
server using vagrantsuspend
or vagranthalt
. To run portiacrawl
you will need to SSH into the virtual machine by running vagrantssh
.
Ubuntu¶
Running Portia Locally¶
These instructions are only valid for an Ubuntu based OS
My Time In Portia
Install the following dependencies:
My Time At Portia Cheats
If you would like to run Portia locally you should create an environment with virtualenv:
Now clone this repository into that env:
Install splash and the required packages:
To run Portia start slyd and portia_server:
Portia should now be running on port 9001 and you can access it at http://localhost:9001
.
Developing Portia using Docker¶
To develop Portia using docker you will need Node.js, Bower and ember-cli installed.
To set up Portia for development use the commands below:
You can run it using:
This sets up the portia_server
to restart with every change you make and if you runcd~/portia/portiaui&&emberbuild-w
in another shell you can rebuild the Portia assets with every change too.