• Stars
    star
    297
  • Rank 135,683 (Top 3 %)
  • Language
    Elixir
  • License
    MIT License
  • Created about 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

vutuv is a business network. Think of it as a fast, secure and less annoying open-source alternative for LinkedIn or XING.

vutuv

Build Status

vutuv is a business network which is hosted at https://www.vutuv.de. Think of it as a free, fast and secure open-source alternative for LinkedIn or XING. The first version of vutuv can be found in the branch v1.1.

Getting started

vutuv is a Phoenix Framework application. Please install the following software first (asdf-vm is a good version manager):

  • Erlang > 21.1
  • Elixir > 1.8
  • nodejs > 6.8.0
  • postgresql
  • ImageMagick (for the convert executable)

After cloning the repository, run mix deps.get and (cd assets && npm install) to install dependencies.

To create the database and run migrations, run mix ecto.setup.

To start the Phoenix endpoint within an iex shell, run iex -S mix phx.server.

For information about accessing the Vutuv API, see the API guide.

See the contributing guide for more information about setting up your development environment and opening pull requests.

Custom generators

We are using custom templates for context and schema generation (when using the Phoenix phx.gen.* generators).

See the Custom generator wiki page for help using the Phoenix generators with these templates.

License

MIT license. See the LICENSE for details.