Skip to content

Commit 7cd10bd

Browse files
committed
Bump stable to 2.29.0
1 parent d4b447a commit 7cd10bd

File tree

8 files changed

+32
-32
lines changed

8 files changed

+32
-32
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ ScreenShot
114114

115115
Releases
116116
------------
117-
The current stable release is 2.28.0 and it is available [here](https://github.com/qlands/FormShare/tree/stable-2.28.0)
117+
The current stable release is 2.29.0 and it is available [here](https://github.com/qlands/FormShare/tree/stable-2.29.0)
118118

119-
The database signature for stable 2.28.0 is 1903afedb92d
119+
The database signature for stable 2.29.0 is 1903afedb92d
120120

121-
The Docker image for stable 2.28.0 is 20230911
121+
The Docker image for stable 2.29.0 is 20230924
122122

123123
Requires ODKTools [2.5](https://github.com/qlands/odktools/releases/tag/2.5)
124124

@@ -140,9 +140,9 @@ sudo apt-get install -y docker-compose
140140

141141
# Get the Docker Compose file
142142
cd /opt
143-
sudo mkdir formshare_docker_compose_20230911
144-
cd formshare_docker_compose_20230911
145-
sudo wget https://raw.githubusercontent.com/qlands/FormShare/stable-2.28.0/docker_compose/docker-compose.yml
143+
sudo mkdir formshare_docker_compose_20230924
144+
cd formshare_docker_compose_20230924
145+
sudo wget https://raw.githubusercontent.com/qlands/FormShare/stable-2.29.0/docker_compose/docker-compose.yml
146146

147147
# Make the directory structure for FormShare
148148
sudo mkdir /opt/formshare
@@ -167,11 +167,11 @@ sudo sysctl -w vm.max_map_count=262144
167167
echo 'vm.max_map_count=262144' | sudo tee -a /etc/sysctl.d/60-vm-max_map_count.conf
168168

169169
# Download all the required Docker Images
170-
cd /opt/formshare_docker_compose_20230911
170+
cd /opt/formshare_docker_compose_20230924
171171
sudo docker-compose pull
172172

173173
# Edit the docker-compose.yml file to set the MySQL root and FormShare admin passwords
174-
sudo nano /opt/formshare_docker_compose_20230911/docker-compose.yml
174+
sudo nano /opt/formshare_docker_compose_20230924/docker-compose.yml
175175
# Press Alt+Shit+3 to show the line numbers in Nano
176176

177177
Edit line 10: Change the root password from "my_secure_password" to your password
@@ -219,7 +219,7 @@ sudo service apache2 start
219219
# Subsequent start will take about 2 minutes. You can check the status with "sudo docker stats".
220220
# FormShare will be ready for usage when the container reaches more than 500 kB of MEM USAGE
221221
# This is the only two commands you need to start FormShare after a server restart
222-
cd /opt/formshare_docker_compose_20230911
222+
cd /opt/formshare_docker_compose_20230924
223223
sudo docker-compose up -d
224224

225225
# Browse to FormShare

docker_compose/docker-compose.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: '3'
22
services:
3-
fsmysql_20230911:
3+
fsmysql_20230924:
44
image: mysql:8.0.23
55
command: --default-authentication-plugin=mysql_native_password
6-
container_name: fs_mysql_20230911
6+
container_name: fs_mysql_20230924
77
cap_add:
88
- SYS_NICE
99
environment:
@@ -15,15 +15,15 @@ services:
1515
fsnet:
1616
ipv4_address: 172.28.1.5
1717

18-
fses20230911n01:
18+
fses20230924n01:
1919
image: docker.elastic.co/elasticsearch/elasticsearch:7.14.2
20-
container_name: fses20230911n01
20+
container_name: fses20230924n01
2121
environment:
2222
- network.host=172.28.1.1
23-
- node.name=fses20230911n01
23+
- node.name=fses20230924n01
2424
- cluster.name=fs-es-cluster
25-
- discovery.seed_hosts=fses20230911n02
26-
- cluster.initial_master_nodes=fses20230911n01,fses20230911n02
25+
- discovery.seed_hosts=fses20230924n02
26+
- cluster.initial_master_nodes=fses20230924n01,fses20230924n02
2727
- bootstrap.memory_lock=true
2828
- xpack.security.enabled=false
2929
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
@@ -37,15 +37,15 @@ services:
3737
fsnet:
3838
ipv4_address: 172.28.1.1
3939

40-
fses20230911n02:
40+
fses20230924n02:
4141
image: docker.elastic.co/elasticsearch/elasticsearch:7.14.2
42-
container_name: fses20230911n02
42+
container_name: fses20230924n02
4343
environment:
4444
- network.host=172.28.1.2
45-
- node.name=fses20230911n02
45+
- node.name=fses20230924n02
4646
- cluster.name=fs-es-cluster
47-
- discovery.seed_hosts=fses20230911n01
48-
- cluster.initial_master_nodes=fses20230911n01,fses20230911n02
47+
- discovery.seed_hosts=fses20230924n01
48+
- cluster.initial_master_nodes=fses20230924n01,fses20230924n02
4949
- bootstrap.memory_lock=true
5050
- xpack.security.enabled=false
5151
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
@@ -59,9 +59,9 @@ services:
5959
fsnet:
6060
ipv4_address: 172.28.1.2
6161

62-
formshare_20230911:
63-
image: qlands/formshare2:20230911
64-
container_name: formshare_20230911
62+
formshare_20230924:
63+
image: qlands/formshare2:20230924
64+
container_name: formshare_20230924
6565
environment:
6666
MYSQL_HOST_NAME: 172.28.1.5
6767
MYSQL_USER_NAME: root
@@ -95,4 +95,4 @@ networks:
9595
ipam:
9696
driver: default
9797
config:
98-
- subnet: 172.28.0.0/16
98+
- subnet: 172.29.0.0/16
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sudo docker build --no-cache --rm -t qlands/formshare2:20230911 -f ./stable.Dockerfile .
1+
sudo docker build --no-cache --rm -t qlands/formshare2:20230924 -f ./stable.Dockerfile .

docker_files/formshare/stable.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ COPY ./docker_files/mosquitto/access.acl /root
3030
RUN mkdir formshare_gunicorn
3131
RUN python3 -m venv formshare_env
3232

33-
RUN git clone https://github.com/qlands/FormShare.git -b stable-2.28.0 formshare
33+
RUN git clone https://github.com/qlands/FormShare.git -b stable-2.29.0 formshare
3434
RUN . ./formshare_env/bin/activate && pip install wheel && pip install -r /opt/formshare/requirements.txt && python /opt/formshare/download_nltk_packages.py
3535

3636
ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.6.0/wait /wait

formshare/jsandcss/font-awesome/metadata/icons.json

+2-2
Large diffs are not rendered by default.

formshare/plugins/helpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def get_version():
113113
This returns the version of FormShare
114114
:return: The version of FormShare
115115
"""
116-
return "2.28.0 (20230911)"
116+
return "2.29.0 (20230924)"
117117

118118

119119
@core_helper

install_steps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ sudo chown -R $whoami formshare_env
267267

268268
```sh
269269
cd /opt
270-
sudo git clone https://github.com/qlands/FormShare.git -b stable-2.28.0 formshare
270+
sudo git clone https://github.com/qlands/FormShare.git -b stable-2.29.0 formshare
271271
sudo chown -R $whoami formshare
272272
```
273273

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173

174174
setup(
175175
name="formshare",
176-
version="2.28.0",
176+
version="2.29.0",
177177
description="FormShare",
178178
long_description=README + "\n\n" + CHANGES,
179179
classifiers=[

0 commit comments

Comments
 (0)