Giter VIP home page Giter VIP logo

rubel's Introduction

CircleCI

Rubel

Rubel - An Open Source CMS built with Laravel and React.

Requirements

  • PHP7
  • npm
  • Node.js

Get Started

Installation

[Latest] git clone [email protected]:bmf-san/Rubel.git rubel

[Specified version] git clone -branch 1.0.0 [email protected]:bmf-san/Rubel.git rubel

Setting for backend-app

cd path/to/backend-app

composer install
npm install
npm run build

cp .env.example .env

Please change these environment variables as necessary.

/* Setting for Rubel */
ADMIN_NAME=admin
[email protected]
ADMIN_PASSWORD=admin

DOMAIN=rubel
ADMIN_DOMAIN=admin.rubel
API_DOMAIN=api.rubel

Setting for frontend-app

cd path/to/frontend-app

npm install
npm run build

Provisioning

cd Rubel

vagrant init

cd Rubel/ansible/group_vars/vagrant.yml.sample
cp vagrant.yml.sample vagrant.yml

cd Rubel/ansible
cp host.sample host

vagrant provision

If you have no vagrant box in your host machine, you need to prepare a vagrant box before vagrant init.

An Ansible playbook has been in a directory. Please customize it as necessary.

Setting a database

vagrant ssh
mysql -uroot -p   # password has been written in path/to/ansible/group_vars/vagrant.yml
create database rubel;
exit;

cd path/to/backend-app

php artisan migration
php artisan db:seed

Now you can start the Rubel!

Anything Else

Contributing

We welcome your issue or pull request from everyone. Please check ISSUE_TEMPLATE.md and PULL_REQUEST_TEMPLATE.md to contribute.

If you want to find something to contibute, please check the project.

License

This project is licensed under the terms of the MIT license.

Author

bmf - A Web Developer in Japan.

rubel's People

Contributors

bmf-san avatar serima avatar

Watchers

James Cloos avatar yuuki takezawa avatar  avatar

Forkers

piotzkhider

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.