Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
memopol
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
luxcem
memopol
Commits
50fe62c7
Commit
50fe62c7
authored
Oct 19, 2016
by
Jamesie Pic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
s@political-memory/political_memory.git@memopol/memopol.git@
parent
1d528f32
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
docs/deploy-custom.rst
docs/deploy-custom.rst
+1
-1
docs/deploy-openshift.rst
docs/deploy-openshift.rst
+2
-2
docs/development.rst
docs/development.rst
+3
-3
No files found.
docs/deploy-custom.rst
View file @
50fe62c7
...
...
@@ -6,7 +6,7 @@ Prerequisites
You will need the following:
* A clone of the git repository at ``https://git
hub.com/political-memory/political_memory
.git``
* A clone of the git repository at ``https://git
.laquadrature.net/memopol/memopol
.git``
* A dedicated python virtualenv
* a PostgreSQL>=9.2 database (not necessarily on the same machine)
* a WSGI-capable web server
...
...
docs/deploy-openshift.rst
View file @
50fe62c7
...
...
@@ -11,7 +11,7 @@ Clone the repository
You should fork the project on github and use the fork's clone url. For the
sake of the demo, we'll use the main repository URL::
$ git clone https://git
hub.com/political-memory/political_memory
.git
$ git clone https://git
.laquadrature.net/memopol/memopol
.git
Cloning into 'political_memory'...
remote: Counting objects: 2516, done.
remote: Compressing objects: 100% (109/109), done.
...
...
@@ -54,7 +54,7 @@ Add the git remote openshift created for you, you can see it with
$ rhc app-show -a yourappname
[snip]
Git URL: ssh://569f5cf500045f6a1839a0a4@yourappname-yourdomain.rhcloud.com/~/git/yourappname.git/
Initial Git URL: https://git
hub.com/political-memory/political_memory
.git
Initial Git URL: https://git
.laquadrature.net/memopol/memopol
.git
SSH: 569f5cf500045f6a1839a0a4@yourappname-yourdomain.rhcloud.com
[snip]
...
...
docs/development.rst
View file @
50fe62c7
...
...
@@ -19,7 +19,7 @@ that's how you will learn most.
Here's how to try it::
$ git clone https://git
hub.com/political-memory/political_memory
.git
$ git clone https://git
.laquadrature.net/memopol/memopol
.git
$ cd political_memory
$ source bin/quickstart.sh
...
...
@@ -52,10 +52,10 @@ Alternatively, use the tox command::
Clone the repository
====================
You should fork the project on git
hub
and use the fork's clone url. For the
You should fork the project on git
laquadrature.net
and use the fork's clone url. For the
sake of the demo, we'll use the main repository URL::
$ git clone https://git
hub.com/political-memory/political_memory
.git
$ git clone https://git
.laquadrature.net/memopol/memopol
.git
Cloning into 'political_memory'...
remote: Counting objects: 2516, done.
remote: Compressing objects: 100% (109/109), done.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment