Planning project architecture - set up local environment #471
Unanswered
couchpotato78
asked this question in
Q&A
Replies: 2 comments
-
In the meantime i have tried to setup the required environment, GPT-Pilot asks when it's done. This means GPT pilot is asking me to install the needed technologies. So it's not necessary to setup the required technologies? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am not on the team. Yes, gpt-pilot will install the packages for you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
After answering all questions, the next fase is the 'planning project architecture', GPT Pilot asks to please setup my environment so that the technologies listed can be utilized.
So I have a clean install of Ubuntu 22.04/3 LTS and many of the listed technologies are not installed.
Following the install and configure instruction a virtual environment is created, must I install all the technologies in this environment?
And looking at the list of technologies, is there a simple way to install this?
So I think that Node.js and MySQL are system-wide installations.
For Python-related packages, you use a virtual environment (pilot-env), however, most of the above technologies listed are JavaScript-based and do not require a Python virtual environment.
I think these will be set up on a per-project basis, using Node.js and npm.
Are the following steps correct?
Install Node.js and MySQL system-wide.
Set up (or choose) my project directory
Is this the project directory that GPT-Pilot creates under the folder workspace?
For me: /GPT-Pilot/gpt-pilot/workspace/app/tests/
Is this the correct folder '/GPT-Pilot/gpt-pilot/workspace/app/' ?
Use npm init in my project folder to start a new Node.js project.
Install Node.js packages (express, passport, etc.) in my project folder.
Create a React app inside my project folder.
Database and ORM (Object Relational Mapping) Setup:
Configure MySQL on my system or while GPT-Pilot do this?
Use Sequelize as an ORM in your Node.js project to interact with MySQL or while GPT-Pilot do this?
I would like to create my first app using GPT-Pilot, hope you guys van help me, thank you.
Beta Was this translation helpful? Give feedback.
All reactions