Getting only pages from one liferay server to another - portlet

I have my liferay server installed on local machine.
I have created pages and an organization.
I want to have the same structure on another machine. H
What all files do i need to copy from this folder to another machine?

Just take the SQL export and the data folder from liferay-portal. Replace this data folder on the other machine and point it to the DB. SQL files will have the organizations and the pages while data folder will have the documents, images and other contents required to initiate the liferay portal.

Related

How do I browse all the files uploaded to Moodle

Moodle stores references to all files uploaded to it in its database, the files themselves get hashed and stored on disk but you cannot work out what the files are by looking at them on the disk.
Is there somewhere in the Moodle interface that lets you browse all the files that have been uploaded as an admin?
Is this available as a plugin? Looking for some kind of global file store browser.

Web2py transfer site

I have a Web2py site that I want to transfer to another computer. I'll do an SQL dump for the (external) database, but does anyone have experience of transferring the Web2py site itself? Which files do I need to copy to the new machine?
Thanks everyone.
You should be fine just copying the application folder. You can exclude the /cache, /errors, and /sessions subfolders. Make sure you restore the database before running the application (or if you want web2py to re-create the database tables, make sure migrations are enabled and do not copy the contents of the /databases folder).

Netbeans Remote Synchronize doesn't list files when a subdirectory is used as upload directory

I've setup several sites previously to use Netbeans Remote Synchronization so I can edit files on the server from my machine and it has worked perfectly.
The problem I'm having right now is that when my FTP configuration in Netbeans uses the root folder it lists everything correctly but when I use a sub directory for example website.com/subdir as the upload directory or as the FTP initial directory the sync results come up blank - doesn't list anything at all on the remote side except directories in that sub directory.
My PC is a windows 7 64 bit machine, and the server is a standard shared hosting account running CPanel.
Also, I have been able to run the subdir synchronization on a different pc, could it be the firewall on this one? If so, why does it list the root folder properly?
Has anyone else had this issue? Any suggestions on how to fix it?
Thanks.
found the problem. The FTP path on this PC required the /public_html before the subfolder paths. i.e. essentially ftp://mydomain.com/public_html/path/to/subfolder
This wasn't the case on my laptop as I used the subfolder path right after the domain i.e. ftp://mydomain.com/path/to/subfolder and it worked fine, different versions of netbeans perhaps.

SQL CE deployment

I have a small windows app and am trying to use SQL CE for the local datastore. I have had a couple of problems deploying it. I am using ClickOnce deployment.
First question:
In the Publish properties -> Application Files I have it set to Data File(Auto), Required, Include. However, it doesn't seem to be included? When I navigate to the location that Click Once installs to its not there?
Second:
Click once creates a new directory in the User\Local\Apps directory, with the app files and SDF file in when I update the app and release a new version I don't want to start with a new database. All the data in the existing database will be lost? The just doesn't seem to make sense?
What is the procedure around this?

After deploying via ClickOnce, where are the dlls stored on the client machine?

I read somewhere that config data is stored under user account->Local Settings->Application data, but can't find where the dlls, exes and resource files are going.
I know ClickOnce uses an application store and a data directory to store its application data, but are these accessible to the client? Are they browseable?
The dlls exes etc are all stored in the same folder. On my machine the root for each app is:
C:\Users\Robin\AppData\Local\Apps...
You can of course browse these with explorer...
On XP it is
c:\Documents and Settings\UserName(Sometimes called "Owner")\Local Settings\Apps\2.0\