Question about Lion Server usage...

Hi there!
I'm new to Lion Server (at most, I had used the SL sharing preferences, but never the Server Admin or any of those tools...)
I'm having some troubles understanding Lion Server. First of all... where are all the files stored?? I know the web server files are stored at /Library/Server/Web... but what about all mails, wikis, and those files?
That is one question... the other one is... while fiddling with the wiki server I noticed that when I created a user, it's profile page is saved on the wiki and when I delete that user, the wiki document is still there! Wasn't it supposed to be deleted as I deleted the user itself?
I can't seem to find a manual or something, only for SL Server not Lion.
Can someone please help me out?
Thanks!
- Eduardo

Eduardo
At the moment there is very little for Lion Server. What little there is, is here:
http://www.apple.com/uk/support/lionserver/
and here:
http://manuals.info.apple.com/en_US/lion_server_upgrading_migrating.pdf
The administration manuals take some time to become available which is usually the case when Apple release a new version of the Server Version. However most of what's there does not change that much and generally the 10.6 Administration Manuals will contain most of what will eventually become the 10.7 Administration Manuals. Again this has always been the case going back to at least 10.3 Server. Technologies introduced in 10.5 Server such as CalDAV, Wiki and Blog etc did not change that much in 10.6. Apple also moved away from Cyrus as one of the Mail MDAs to Dovecot. But again the locations of where these were stored did not change. Going back to CalDAV and CardDAV these now appear to be amalgamated into one store.
As ever with any version of the Server - regardless of platform or age - it's a good idea to have plenty of backups and to experiment first with a test/lab environment before rolling it out to a full production server.
HTH?
Tony

Similar Messages

  • Question about Lion Server documentation

    Historically Apple has posted the server documentation as a set of PDF documents which can be freely downloaded. I have found what appears to be the correct webpage for the Lion Server documentation which is  http://www.apple.com/macosx/server/resources/documentation.html but this page only has a Getting Started guide as a PDF and the rest as only HTML which can only be viewed online.
    Does anyone know if there are PDF versions available somewhere?
    http://www.apple.com/macosx/server/resources/documentation.htmlhttp://www.apple. com/macosx/server/resources/documentation.html

    William Bowden1 wrote:
    https://help.apple.com/advancedserveradmin/mac/10.7/print.html?lang=en#printBook
    Unfortunately that is the html version I mentioned. It comes down as a single massive document which takes forever to load.
    I know Apple have been having a spat with Adobe over Flash, but that is no reason to boycot offering PDF manuals.

  • Questions about application server architecture

    Hello guys,
    I have few questions about application server architecture�
    I have a task to build a server application which will do the following: Clients (special java clients) will connect to it and send some data for further processing on server side. Chunks of data will be relatively small but they will take a lot of time for processing (it is ok that it will be quite slow).
    Also server will run some sort of �database� where all clients� working data will be stored. So, in case a client loses its data he/she is always able to download it from the server.
    For me it seems, like server will consist of the following components:
    1. �Reception�. This part will be responsible for all client-communication procedures.
    2. �Data storage�. This part will simply store all clients� data and provide some API interface for clients through �reception� to manage it (add/get/delete and so on).
    3. �Processor�. Some sort of dummy-sophisticated module. It will take some input data from �data storage� when it receives order for this and process it. �Processor� will have two states: �busy� which means �processor� processing some data and �available� which means �processor� ready to process new data.
    4. �Manager�. This part will always check �data storage� for new data and �processor� for availability. When �processor� and new data are available �manager� will make an order for �processor� to take new data from �data storage� and process it.
    So, my question is the following: Which technology and approaches I should use to realize my plan?
    I think that I can make �reception� as a Session Bean, but I don�t know yet, what are the best for the rest, for example �manager� and �processor�. I was thinking about writing my own application server (and I can do it), but I would like to learn j2ee technologies, so I think it is a perfect chance for me (I read a lot about j2ee before I wrote this post, but all examples have only �account�-�bill�-�money transfer� I think it is quite far away from reality or I am doing something wrong ;-)!
    p.s. I am thinking about using JBoss as an Application Server. I tested it and wrote some tests. They work and run fast enough, so I like it. Moreover it has module architecture.
    Please, give me some advises and tips!
    Thank you in advance!

    1. �Reception�. This part will be responsible for all
    client-communication procedures.Session bean with remote interface.
    2. �Data storage�. This part will simply store all
    clients� data and provide some API interface for
    clients through �reception� to manage it
    (add/get/delete and so on).Session bean that will use entity beans or hibernate to work with persistant data.
    3. �Processor�. Some sort of dummy-sophisticated
    module.Use a message driven bean. Make Reception to enqueue a message when new data is available for processing. Processor will process the data and store the resut in database using Data Storage session bean.
    4. �Manager�. This part will always check �data
    storage� for new data and �processor� for
    availability. When �processor� and new data are
    available �manager� will make an order for
    �processor� to take new data from �data storage� and
    process it.It's redundand component, because application server will manage messages and processors.

  • Statement about Lion Server experience

    Hello all,
    I don't expect anyone to answer here as nobody here answers to my questions at all which just increases my Apple frust I developed during the last weeks and months.
    Let's say it's kind of experience report here:
    Mid of last year I bought my first iMac which was shipped with Lion and a while later a Mac Mini Server with Lion Server. It was the first time I was using a Mac changing away from Windows (client and server) which until then was thinking there must be something better in the market place.
    Somehow Lion client is kind of ok. Looking nice and software is doing what is expected but when it comes to the server I really obviously see the real face of the OS. Loveless copied together Open Source components hidden behind nice looking GUI and assistants which manage to corrupt the whole system so that nothing works anymore. Luckily I set up Time Machine backup as one of the first things and was able to fix the corrupted components by restoring parts of the configuration from it.
    Apple says to use Profile Manager rather than MCX. Great stuff. I configured a user profile for a workstation. Unfortunately one user was not signed it to a computer and did not get the profile. If you are planing to have an environment where each computer and user had different settings and profiles I recommend continue using it. I'm using MCX as I can make sure settings are getting applied whenever. Tried to find out how to make sure profiles get applied and how long they are valid until they are timing out. Found nothing. No suprise anymore.
    There is no good whatever documentation of the whole server OS available. Everything what is readable are things what you can guess already yourself. I read lots of articles people having same problems. Documentation part is really poor but mareting pages you can find tons of.
    - Tried how to get a system 802.1x configuration working with this nice OpenRadius component by either using computer account or certifacate authentication. No help in this forum and no documentation which helps anywhere.
    - Tried to change the servers IP address after DHCP, DNS,OD, Profile Manager was installed. Profiel Manager was left with corrupted apache config (Time Machine restore only helped). I was spending hours on how to get it fixed again. No documentation available what is involved what to do. Just checking logs to try to get some kind of clue what's the problem. Seems most of the stuff only works when using Microsoft AD and CA.
    - Things only work with this Bonjour stuff. If you have different subnets somewhere this server is almost not usable or you can try your luck tampering around in some config files as the wizards do not help you there at all. So far I hate Bonjour, I'm an experienced guy I want to configure things myself and not only wait they show up automatically.
    - If you want to get something done then just buy apple stuff like Airport base station (e.g. configure WLAN propperly). For sure I won't waste any more money on Apple hardware. When using other vendors hardware you get almost punished for it. Dare you!
    About this Open Directory. It seems to have the development state of a NT 4.0 domain controller and not even that. If you touch a little part somewhere in the system it breaks apart immediately. Kerberos is a good candidate giving up right away.
    I'm not a UNIX pro but I really had to learn using Terminal to recover from a mess the nice GUIs were creating. GUI not refreshing (close and open an application only helps) is already kind of normal to me.
    Here are the anyway best applications on Mac OS X:
    - Disc utility (really good tool. Amazing what it can do out of the box)
    - Time Machine (helped me in two weeks four times to recover from a ususable system. One full recovery was also needed)
    - Boot Camp (helps me to get finally Windows back on hardware I've payed far too much money for it).
    For consumers which swallow everything a company is throwing in front of their feeds and belief in their marketing talks how good their products are go ahead here but when you are used to question things you won't get a lot of answers.
    I'm not yet giving up but the boot sticks with Windows 7 and Windows Server are already on my desk waiting.
    Cheers

    Eduardo
    At the moment there is very little for Lion Server. What little there is, is here:
    http://www.apple.com/uk/support/lionserver/
    and here:
    http://manuals.info.apple.com/en_US/lion_server_upgrading_migrating.pdf
    The administration manuals take some time to become available which is usually the case when Apple release a new version of the Server Version. However most of what's there does not change that much and generally the 10.6 Administration Manuals will contain most of what will eventually become the 10.7 Administration Manuals. Again this has always been the case going back to at least 10.3 Server. Technologies introduced in 10.5 Server such as CalDAV, Wiki and Blog etc did not change that much in 10.6. Apple also moved away from Cyrus as one of the Mail MDAs to Dovecot. But again the locations of where these were stored did not change. Going back to CalDAV and CardDAV these now appear to be amalgamated into one store.
    As ever with any version of the Server - regardless of platform or age - it's a good idea to have plenty of backups and to experiment first with a test/lab environment before rolling it out to a full production server.
    HTH?
    Tony

  • A question about VI server

    Dear all,
    I have some confusion about VI server. Suppose I
    have two computers, computer A will be used as a client
    and computer B will be used as server. A wants to get
    access to a VI (test.vi) on computer B. What
    requirements should computer B meet?
    1). Run LabVIEW?
    2). Run test.vi?
    3). Run test.vi by open VI reference?
    Does computer B should meet all the requirements?
    Thanks a lot for your help!
    Regards,
    Tao Song
    Mechanical Engineering Dept.
    Univ. of Maryland, Baltimore County

    Dear Mike,
    Thanks a lot for your help! I think I understand it
    now. Unlike the datasocket which has a separate server
    program, for VI server LabVIEW itself works as a
    server so it has to be runnig to listen to a port. Am I right?
    But I still have doubt that if test.vi has to be loaded
    into memory on computer B. If I use property and
    method node on computer A, such as FP Open and Run VI,
    can I remotely control computer B to load test.vi into memeory
    and run it?
    Thanks a lot! I really appreciate your help!
    Best regards,
    Tao
    "mikeporter" wrote in message
    news:[email protected]..
    > Computer B has to be running LV or LV runtime and test.vi has to be
    > loaded into memory and be ex
    ecutable (i.e. not broken).
    >
    > From Computer A you first open a reference to the copy of LV running
    > on Computer B. This means you have to know the name or IP address of
    > Computer B, and the port number that LV is listening to for
    > connections (which is configurable through the Options dialog box, or
    > by editing Computer B's *.ini file directly).
    >
    > Once you have the reference to the copy of LV, you open a reference to
    > the remote VI (test.vi) by name with a type specifier defining the
    > structure of test.vi's connector pane.
    >
    > Connect this VI reference to a Call by Reference Node and you can run
    > the remote VI.
    >
    > Be sure to close all the references when you are done with them as
    > this can cause a major memory leak...
    >
    > Mike...

  • Questions about RH Server features

    Hi Adobe users,
    we're considering to recommend RoboHelp Server as a
    publishing solution to a client. They are already using RoboHelp
    and want to make the contents available online. Another issue is
    centralized management of their help content documents. I'd be very
    glad if someone could answer the following questions:
    Is it possible to integrate RH Server
    with a CRM system or another user management system for
    authentication? Can it be integrated in a single sign-on
    infrastructure?
    How does the access control mechanism
    work? Can I set permissions who is allowed to publish certain
    documents/projects?
    Does it support workflows
    (review/accept/reject)? Or is this done using the staging
    server?
    Does it support content versioning?
    Or do we need RH SourceControl for that additionally?
    Does it support locking (check-in,
    check-out) of documents to allow concurrent editing?
    In short - does the RoboHelp server act as a document
    management system, or do the authors have to store the contents on
    their local computers and publish only the final version? Another
    issue is translation management - can the authors publish one
    language version, which is translated by other people (in other
    countries) and published to the same server?
    Thanks a lot in advance for any help!
    Andreas Hartmann

    Wow, Andreas. Welcome to the Forums.
    That's quite a laundry list!
    The answers are pretty much, "yes", if I understand
    correctly. That said, I don't know that much about CRMs, so your
    mileage may vary.
    To start, you might want to take a look at my article on the
    Adobe Developer Network for an overall perspective.
    Adobe
    RoboHelp Server 6 improves the feedback loop
    I view RoboHelp and RoboHelp Server as a "content" management
    rather than a "document" management system though this is a bit a
    semantics. Using variables, conditional build tags and Single
    Source Layouts, you can manage the content of your output in a
    fairly granular way (including to some level, your translation
    issues).
    In other words a team of multiple authors can manage the
    content of a website in the way you describe with a combination of:
    1. The authoring client (RoboHelp's main application) to
    develop content and manage it.
    2. RoboSource Control (for the check in, check out and
    versioning you mentioned) where authoring content source material
    is stored on a central server for backup and access by the team.
    3. RoboHelp Server for managing the authentication of who has
    access to the web server for publishing, etc. RoboHelp Server is an
    Active Server Pages application running on IIS, typically with a MS
    SQL Server or Oracle DB as the back end. As such, it uses Windows
    Server straightforward authentication methods. When you set up the
    author's project to publish to the server it will ask you for the
    Username and Password. Once this is configured, it's seamless from
    there. That login name/password can be the same as whatever you
    call your single sign-on pair as long as it conforms to the Windows
    Server scheme mentioned earlier.
    The RoboHelp author who may be designated as the "admin(s)"
    of the team can create and assign permissions from the authoring
    client and otherwise manage the Server site remotely without having
    to pester the Web Administrator for maintenance of the site.
    The staging server scenario you mention is an option that is
    completely up to your team and the IT folks. RoboHelp Server
    doesn't care one way or another. It's just an application sitting
    on a IIS web server. That server could be the "development or
    staging" server or the so-called "production" or live server.
    The different languages you mention could be published to the
    same server and comingled into a single site (kind of messy) or you
    could have different language sites (as long as they are different
    domains/IP addresses) sitting on the same RoboHelp Server enabled
    machine.
    Regarding language, one important item to research is the
    RoboHelp version you are using and it's language support. The
    much-anticipated Adobe RoboHelp 7 (now in beta and expected "before
    the end of the year") will have full Unicode/double byte character
    support for 35 languages and a wonderful way of handling
    translation workflows.
    Well, that should get you started. Let me know what I've
    missed!
    Thanx,
    john

  • Question about Lion Recovery

    I downloaded and installed Lion when it became available in the App Store, and my MacBook Pro has been very sluggish ever since. So, I am considering doing a fresh install of the OS and reimporting data, files, settings, etc. from my Time Machine backup. However, things like this scare me a little bit. I don't want to lose any data, so I have a few questions:
    - Is it better to use Lion Recovery (Command-R) during start up or to use the Boot Disc of Lion that I burned myself? Or will it not make a difference?
    - My choices seem to be:
          - Reinstall a fresh copy of Lion, or
          - Restore your Mac from a Time Machine backup
      Which of these choices is going to be more likely to get rid of the garbage that is slowing down my machine?
    - Are there risks of not being able to access my Time Machine backup? I back up to a 1TB Lacie EHD.
    I just don't want to get half way into this process and find out that I made a big mistake somewhere and I've lost all my photos or music or something else.
    If anyone has any other tips they can give, I'd love to hear them. TIA!

    Thanks to all that replied.  I guess I should have been a bit more clear as to why I wanted a clean install.  I'm having a minor software/hardware issue (not sure which although I'm leaning toward the hardware side).
    To be very brief, intermittently IF I have the MagSafe plugged in and the lid is closed, upon opening the screen pops up normally for a couple of seconds and then goes black.  If I immediately unplug the MagSafe, the screen pops right back up and then I can replug the MagSafe and get normal charging operation while the computer is on.
    If instead, I wait about a minute, the screen pops back up normally (MagSafe left plugged).  I took the computer into an Apple store and they ran all their tests (took over 30 minutes to do so).  The Genius told me the test series showed nothing wrong with my hardware or the OS.
    I'm hoping that the problem is some piece of crap ware I have on the computer that is putting it into a sleep mode when this event occurs.
    And that's the reason I thought I should try a new installation and in the process, get rid of some crap ware. I'm a curious guy and can't help myself from trying a lot of 3rd party programs that I probably should not be messing around with.  I've had this "illness" for about 25 years now and certainly have screwed up countless Windows installations.

  • Question about RADIUS server configuration with a MacBook Pro

    Hello,
    I own a modem router which is capable of WPA2 Enterprise and I want to use it with a RADIUS server for authentication and security purposes.
    However, I have a few doubts about this.
    MY CONFIGURATION:
    The modem router would be connected to a fixed PC with Windows and to a MacBook Pro (both with Ethernet)
    The RADIUS server would be running on the MacBook Pro (freeRADIUS)
    The bold is the issue, that comes when I disconnect the MBP (it's a notebook, so I use it disconnected from the router sometimes).
    Supposing the router would have recognized it (correct configuration), it would disconnect from it.
    My questions:
    Would Wi-Fi be lost in this manner? Or would the modem router automatically switch to another Wi-Fi authentication?
    If I reconnected the MBP to the modem router and re-run the RADIUS server, would I need to access the control panel and re-configure the WPA2 Enterprise in order for Wi-Fi to work again?
    Thanks in advance,
    Tyrexionibus

    "Full HD 3DD camcorder..." Marketing at it's best.
    This is HDV, right? HDV has the same data rate as DV...13.6GB/hour. But because of the MPEG-2 Long GOP format the HDV format employs, it can be a bit tough to edit, but mainly when rendering effects. IT will be slower than DV, and you can't monitor thru the camera like you can with DV, but a simple FW400 drive and Intel Mac will be fine. Better if you can convert to ProRes upon ingest, but then that eats up a LOT more space and requires at least FW800...
    http://library.creativecow.net/articles/poisson_chris/hdv-prores.php
    Shane

  • [SOLVED Noob question about web server permissions

    Hi I have setup up succesfully my web server. Now I am having some permission's questions/problems.
    First of all, I want the /home/httpd/home folder not to be show to the other machine users and only to root.
    I have created a user www-data and I have conf the apache file.
    This is my settings:
    My server directory is: /home/httpd and the permissions I have set:
    home dir:
    ~edited because solved~
    I have set .htaccess to some folders. I don't know If the permissions are safe or not. Can you help me?
    I think that I have different permissions to files and different to the folders...
    Thank you!
    Edited:
    And an example of my permission (phpMyAdmin):
    ~edited because solved~
    Last edited by k3rn31 (2008-02-28 22:26:09)

    This is more of a chat item for me, if you feel like it you can find me most of the time here at http://zaxter.org/xmpp.html if you have flash you can join via a simple click on connect.
    Sorry I've not been of much help to you.

  • Question about normal ipod usage

    Hey, probably a stupid question guys, but I'm new to using a hard disk MP3 player and I've noticed when I have my ear right up against the back of my ipod video and I change songs and the such, it makes not such a scratching noise, but very quick clicking noises. Its probably just the noise of normal hard drive operation, but I figured I'd play it safe with my 500$ investment and check it out with you guys first. Also, in a proper case, are these things OK to go jogging with? Or will that fatigue the hard drive?
    Ipod Video 5.5G 80GB   Windows XP Pro  

    As for jogging, yes, any type of good case will
    suffice, just make sure it holds it securely. I
    remember hearing somewhere in these forums that the
    iPod has something like 25 minutes worth of skip
    protection, so unless you're throwing yourself down
    the side of a mountain, you should have no difficulty
    enjoying you're music while you run. I trail bike
    with my 30GB iPod, and have never run into any
    problems. I use the Speck ToughSkin and it works
    great for me.
    Completely disagree here. Sorry.
    From my personal experience...
    I run 6 days a week 45 minutes each day. Last year I ran with my 30GB iPod every day. I destroyed it. It had a hard drive and I think I shook all the parts around. Eventually, my iPod began freezing and pausing for no reason. I had to stop running just to reboot it. There were more than a few times that I lost all my music on my iPod. Luckily, I was able to get my music back after loading it up from iTunes when I got home.
    Then one day, the spin wheel stopped working. I couldn't do a thing with my iPod. Earlier in the day, I had to reboot it and I lost all my music. No problem I thought. When I got home, the music from iTunes couldn't be loaded into my iPod. I lost all of my music.
    I took it to the Apple Store and they asked me if I run with it. They do not recommend running with an iPod unless it has a flash drive. I bought a new 30GB iPod and a 4GB nano. I only run with the nano cuz of it's flash drive.
    It took about a year for my 30GB iPod to fall apart. The destruction happened slowly but rest assured that it will eventually happen. Invest in a flash drive iPod or run without music. Your final option would be to buy a new hard drive iPod every time it falls apart. The choice is yours.
    Yes, the clicking you hear is normal

  • Question about Lion Harddrive Icon

    Hi Guys:
    This is one of the dumber questions, but if you please indulge me for a quick second . . . .
    Running MBA late 2011, 11", with 10.7.2 Lion.
    What are the steps I need to take to get the machine's harddrive icon to display full time on the desktop?
    I liked the old days better !
    Thanks,
    h/

    Have a look in... Finder > Preferences > General Tab > Hard Disc
    You may also be interested in... Finder > View > Show status bar

  • Question about lion

    if i am using a magic mouse and not a track pad is there any reason to upgrade to lion

    If you are concerned about Multi-Touch gestures, these work with a Magic Mouse as well.
    And OSX LIon is more than just the new gestures http://www.apple.com/macosx/whats-new/
    Stefan

  • Question about Lion on non apple mouse

    I am thinking of downloading lion, however the videos make great emphasis on being able to flick through pages just like on a iPad, but I don't have a trackpad and I use a trust mac mouse as the one that came with it battery life was rubbish. How do you use the features with no track pad. Are other features worth getting it for?
    Carrie

    Here is the warranty link from the mighty mouse page.
    http://www.apple.com/legal/warranty/hardware.html
    With the mighty mouse you should get a receipt that is your proof of purchase for when it was purchased. There is no registration because there is no serial number to register it with.
    The MacBook has it's own one year warranty so you don't need to worry about the Mighty Mouse one year warranty covering it?
    I suggest you keep the receipts in a safe place so if you need them you have them.
    Mort

  • Question about Lion and apps

    This may be a stupid question, but if I upgrade to Lion, will I have to reinstall applications, such as iWorks, pages, numbers, etc?

    There is no reason to assume that the price of Lion will fall in the future. Apple simply have no track record of doing that. Plus it's already ridiculously cheap as it is.
    It may be beneficial to wait for 10.7.1 or 10.7.2 or whatever to come along, but I wpouldn't expect then in "a couple of days", month maybe...
    Regards
    TD

  • Question about HTTP Server and 9iAS

    I am kind of new to Oracles 9is products. I installed Oracle 9i Rel. 2 recently and it installed HTTP Server and other stuff as part of that install. I am trying to write a small web application. Is this install good enough to do basic servlet's, jsp's and may be EJB's etc ... or do I need to install 9iAS. I am confused on the fact that I know 9iAS will give me j2ee container, web container, clustering, etc ..., what functionality is included in the 9i databases web server piece.
    Also, can anyone point me to a good documentation that explains directory structure of 9i Rel. 2. I am familiar with the database part fairly well(oracle 7 release). However, I am confused as to new web related stuff (Apache, bc4j, etc..) in 9i Rel. 2.
    Thanks.

    Hi,
    No, you cannot run EJB's in the Apache installation. For that you might want to download OC4J.
    Basic Http pages and Servlets can run but I dont think it is advisable to use it for that. For any kind of development, I would suggest you to use OC4J.
    Oracle9i Database is web enabled and you can access the table, etc.. from a browser too. This is the reason Apache is provided with the basic installation. Oracle9i Rel 2 has XML DB in it which again can be accessed from the Web.
    For more help on any of these check http://otn.oracle.com/documentation/oracle9i.html
    You will be able to get all the related Developer's Guide here.
    Hope this helps,
    Rajat

Maybe you are looking for

  • Receiver Agreement Problem

    Hi friends, I am  trying to create a Receiver agreement....for that i selected the sender/receiver communication components of ESR(some one created and locked). it shows error like " Receiver Agreement: testAdapter | Supplier | ProductC | SAT_001 | P

  • Data generation in excel format using utl_file

    Hi, I am exporting table data into excel files by using utl_file. But it is getting generated in the server directory where database is running? So, how can i get the file at client machine (As in toad or sql navigator we can query a table and store

  • How can I disable phone number recognition in the built-in Notes app for iPhone 4S?

    I don't want 7-digit numbers to be automatically recognized as phone numbers. It's too easy to inadvertently tap a number and summon a dialog box asking if I want to place a call. I don't routinely keep phone numbers in Notes, so this feature isn't o

  • Mac Lion OSX

    I am using an i7 Macbook Pro & have recently upgraded to Mac's Lion OSX. My problem is 'Mission Control is not working properly on my Mac. Just earlier, the 6 'Spaces' that I have created was missing & I have to search the net for an answer. I have a

  • Why isn't it installing?

    I just bought the photoshop element 10 today. It won't let do install it. It is not do to system requirement and my computer is reading cds. What can I do?