Code Monkey home page Code Monkey logo

vagrant-catalog's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

vagrant-catalog's Issues

Sample apache config

Hi there,

tried installing this on apache, but i must have something wrong in my apache2 vhost config, or my config.php (i just used the config.php.dist though), so I could really use some help on setting this up properly.

I can get the homepage to show up correctly and I followed your suggested path structure, so i can see the orgname in the list of sub-directories. My problem is when I actually click on the orgname, i get a 404 error... : /

Here is my vhost config:

<VirtualHost myhost.mydomain:80>
  ServerName myhost.mydomain
  ErrorLog /var/log/apache2/vc_error_log
  CustomLog /var/log/apache2/vc_access_log combined
  DocumentRoot /srv/vagrant-catalog
  DirectoryIndex index.php

  <Directory "/srv/vagrant-catalog">
    Options Indexes FollowSymLinks
    AllowOverride None
    Require all granted
    Order deny,allow
    Allow from all
  </Directory>

</VirtualHost>

Thanks in advance!

Add full end-to-end example

Need to add a full end-to-end example of how to use vagrant-catalog along with vagrant-boxer

Include:

  • All the necessary Apache configs including httpd.conf and rewrite info (see PR #1)
  • Sample catalog web site so people can see it in action
  • Sample repository with Vagrant configs that use the vagrant-catalog boxes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.