Giter Club home page Giter Club logo

Comments (10)

godwin-olele avatar godwin-olele commented on June 2, 2024

hi @vczb .

i will like to work on this issue

from gamou.

vczb avatar vczb commented on June 2, 2024

hi @vczb .

i will like to work on this issue

You can start the work, if you have any questions I am available to help.

from gamou.

godwin-olele avatar godwin-olele commented on June 2, 2024

ok... on it.

Thanks

from gamou.

godwin-olele avatar godwin-olele commented on June 2, 2024

@vczb , can you guide me through on how I am to install necessary packages and run the project on localhost

from gamou.

vczb avatar vczb commented on June 2, 2024

@vczb , can you guide me through on how I am to install necessary packages and run the project on localhost

@Godwindaniel10 , of course, did you try do this guide ?

After complete the setup configuration, to run the project you need run the commands

rails s

another terminal:

bin/webpack-dev-server

if everything went well, open the project in: http://localhost:3000/

if you try according to the guide and have problems, open a issue reporting what problems have occurred that I will adjust the contribution guide

from gamou.

godwin-olele avatar godwin-olele commented on June 2, 2024

@vczb i have cloned and changed the directory to the repo,but i don't know i am to install the bundle part

sample

from gamou.

vczb avatar vczb commented on June 2, 2024

Hi @Godwindaniel10 , you must follow these steps

First prepare you setup

  1. Then clone the repository
git clone -o upstream [email protected]:vczb/gamou.git
  1. Fork the repository

  2. Enter the cloned folder

cd gamou
  1. Add remote origin
git remote add origin [email protected]:Godwindaniel10/gamou.git
  1. Install dependences
yarn install
bundle install
  1. Database configuration
    You can edit the file config/database.yml ( but don't commit him)

  2. Create database and run the migrations

rails db:create
rails db:migrate
  1. Run the app
rails s

open another terminal

bin/webpack-dev-server

9 Open in the browser

http://localhost:3000/


Required versions the install and execute the app

  • Ruby 3.0.0
  • Rails 6.1.3
  • Node 14.0.0
  • Postgres 13.2.1

If you have any problems with any of the previous steps please let me know that I will help resolve

from gamou.

vczb avatar vczb commented on June 2, 2024

hi @Godwindaniel10 Did you manage to install the setup?

Make sure you have the prerequisites installed

  1. Ruby 3
    ruby -v
  2. Rails 6
    rails -v
  3. Bundler 2
    bundler -v
  4. Node 14
    node -v
  5. Postgres
    postgres -V

if you are using linux ubuntu maybe this guide help you.

You can also use docker (if you choose for it remember needs update your codebase)
https://github.com/vczb/gamou/wiki/Dockerize

If you no longer wish to work on the issue, please let us know.

Thank you

from gamou.

godwin-olele avatar godwin-olele commented on June 2, 2024

hi @vczb .

I am so sorry, I should have to give you feedback concerning this issue,
my bad.

I won't be able to meet up with this issue.

Thanks for your understanding @vczb ...

from gamou.

vczb avatar vczb commented on June 2, 2024

hi @vczb .

I am so sorry, I should have to give you feedback concerning this issue,
my bad.

I won't be able to meet up with this issue.

Thanks for your understanding @vczb ...

don't worry

thank you

from gamou.

Related Issues (20)

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.