Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create a Project in Komodo Edit

Tags:

php

komodoedit

I have a set of PHP, HTML, CSS files that make up a website. I have got these files from a friend.

Is there a way to create a project from these existing files in Komodo Edit?

like image 260
Van de Graff Avatar asked Nov 19 '10 16:11

Van de Graff


People also ask

How do I create a website on Komodo?

Open Komoto Edit and click New File. Use the folders on the left to select a template. To create your first webpage, select an HTML template and make your filename index.


1 Answers

Assuming you're using Komodo Edit 6, and you've put all your files in a single directory, here is a step-by-step guide:

  1. Create a new project: Projects -> New Project...
  2. Enter a name, e.g. website.komodoproject and save it in your desired location
  3. Open Project -> Properties
  4. Open category Directories and File Filters
  5. In Specify the folder associated with this project, enter the location where your website files reside. (you can also use the "Browse" button for that)
  6. Press OK to accept the changes.
  7. You're done. For more information, please read the documentation about Projects.
like image 198
Lekensteyn Avatar answered Oct 11 '22 17:10

Lekensteyn