Event organizing platform in a box
160
Repository for the Conify project
none
See Quick Start for getting development machine setup on OSX.
We can provide little help and will be mostly on your own, good luck. Cloud9 has been used by some on this project who are using windows, instead of running the env locally.
While you won't be able to run the install script mentioned in the OSX section, reviewing the guide and manually installing the mentioned packages should be fairly straight forward.
$ bundle install && npm install$ rake wildland:db$ foreman start -f Procfile.dev to start the serverThe api uses a rails gem called ApiMe, to get started:
$ rails g api_me:resource event presentor:belongs_to name:string description:text ... (See api_me documentation for details)The main frontend app is served by the client_application controller, which can be found under the controllers folder, and the client_application index view. It uses the react_on_rails gem. It is mostly a react JS application that is compiled and built from the /client directory. Specifically, it used React, React Router, Redux, and Immutable JS, Webpack, and Bootstrap 4.
SECRET_KEY_BASEContent type
Image
Digest
Size
326.5 MB
Last updated
about 10 years ago
docker pull codingwell/conify-dockerhub:edge