-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation for setting up project #13
Comments
Not yet still working on it. My OS is Windows 10 |
@gbozee Please I encountered this error: |
Though this is my first encounter with |
did you check if docker is running? Try restarting your docker service |
this isn't a django problems as such. There is nothing stopping you from installing django locally on your system. The docker setup was more for setting up a database and a mail server easily |
OK thanks though I didn't install the |
If that is the case, then you don't even need docker at all. As long as you have postgres installed, everything can be installed locally. |
@gbozee Apologies guys, so sorry for the lack of communication, it wasn't intentional. My system was faulty for the past two weeks and still not in good shape. Please any progress with the project documentation so far? |
Right now, there is a project setup for the community site located on the
develop
branch. What is remaining is providing a documentation on how to get the project up and running based on the different teams members are working onBackend Team:
The documentation team is responsible for documenting the steps involved in setting up the project to run in the backend.
You would need to account for the different operating systems the users might use when trying to setup the project.
Here are the steps to replicate the setup locally
Start the application
Frontend Team
It is assumed that members of the frontend team have
node
installed on their systemsAfter cloning the project, they run the following commands
The frontend team would have to get familiar with gatsbyjs since it is the framework of choice that would be used in the building of the frontend
The text was updated successfully, but these errors were encountered: