alinsg / rvm

Fork of Code4Romania's RVM project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RVM

GitHub contributors GitHub last commit License: MPL 2.0

Contributing | Built with | Development | Deployment | Feedback | License | About Code for Romania

Contributing

This project is built by amazing volunteers and you can be one of them! Here's a list of ways in which you can contribute to this project.

Built With

  • Laravel
  • Tailwind CSS
  • Filament

Requirements

  • PHP 8.1+
  • Nginx
  • MySQL 8.0

Deployment

The fastest way to deploy RVM is by using our first-party Docker image.

Prerequisites

Generate an application key

To generate an application key, you can run the following command in your terminal.

docker run --rm -it code4romania/rvm php artisan key:generate --show

The generated application key will look like this:

base64:yEtz1eacKMwq0iVT5BUjMMvcn4OAD7QpCgz1yDoXroE=

Running the image

Download the example docker-compose.yml and configure the environment variables. Here's where you use the APP_KEY generated earlier. After you're done, save the file and run it with:

docker-compose up -d

Feedback

  • Request a new feature on GitHub.
  • Vote for popular feature requests.
  • File a bug in GitHub Issues.
  • Email us with other feedback contact@code4.ro

License

This project is licensed under the MPL 2.0 License - see the LICENSE file for details

About Code for Romania

Started in 2016, Code for Romania is a civic tech NGO, official member of the Code for All network. We have a community of around 2.000 volunteers (developers, ux/ui, communications, data scientists, graphic designers, devops, it security and more) who work pro-bono for developing digital solutions to solve social problems. #techforsocialgood. If you want to learn more details about our projects visit our site or if you want to talk to one of our staff members, please e-mail us at contact@code4.ro.

Last, but not least, we rely on donations to ensure the infrastructure, logistics and management of our community that is widely spread across 11 timezones, coding for social change to make Romania and the world a better place. If you want to support us, you can do it here.

About

Fork of Code4Romania's RVM project.

License:Mozilla Public License 2.0


Languages

Language:PHP 91.1%Language:Blade 7.9%Language:Dockerfile 0.7%Language:JavaScript 0.1%Language:Shell 0.1%