Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vutuv/vutuv
vutuv is a business network. Think of it as a fast, secure and less annoying open-source alternative for LinkedIn or XING.
https://github.com/vutuv/vutuv
Last synced: 5 days ago
JSON representation
vutuv is a business network. Think of it as a fast, secure and less annoying open-source alternative for LinkedIn or XING.
- Host: GitHub
- URL: https://github.com/vutuv/vutuv
- Owner: vutuv
- License: mit
- Created: 2016-04-27T07:25:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:43:21.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T13:21:13.051Z (4 months ago)
- Language: Elixir
- Homepage: https://www.vutuv.de
- Size: 5.12 MB
- Stars: 306
- Watchers: 15
- Forks: 38
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.TXT
Awesome Lists containing this project
- open-production-web-projects - vutuv - vutuv is a business network. Think of it as a fast, secure and less annoying open-source alternative for LinkedIn or XING. (Elixir / Phoenix)
README
# vutuv
[![Build Status](https://travis-ci.org/vutuv/vutuv.svg?branch=master)](https://travis-ci.org/vutuv/vutuv)
vutuv is a business network which is hosted at [https://www.vutuv.de](https://www.vutuv.de). Think
of it as a free, fast and secure open-source alternative for [LinkedIn](https://www.linkedin.com) or
[XING](https://www.xing.com). The first version of vutuv can be found in the [branch
v1.1](https://github.com/vutuv/vutuv/tree/v1.1).## Getting started
vutuv is a [Phoenix Framework](http://www.phoenixframework.org/) application. Please install the
following software first ([asdf-vm is a good version manager](https://github.com/asdf-vm/asdf)):* 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](https://github.com/vutuv/vutuv/blob/master/API_GUIDE.md).
See the [contributing guide](https://github.com/vutuv/vutuv/blob/master/CONTRIBUTING.md)
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](https://github.com/vutuv/vutuv/wiki/Custom-generators)
for help using the Phoenix generators with these templates.## License
MIT license. See the [LICENSE](https://github.com/vutuv/vutuv/blob/master/LICENSE.TXT) for details.